Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···55 */
66abstract class CelerityResources extends Phobject {
7788- private $map;
99-108 abstract public function getName();
119 abstract public function getResourceData($name);
1210
-5
src/applications/phid/storage/PhabricatorPHID.php
···2233final class PhabricatorPHID extends Phobject {
4455- protected $phid;
66- protected $phidType;
77- protected $ownerPHID;
88- protected $parentPHID;
99-105 public static function generateNewPHID($type, $subtype = null) {
116 if (!$type) {
127 throw new Exception(pht('Can not generate PHID with no type.'));