[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 102 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
setObject(PhabricatorSubscribableInterface $object) X-Ref |
No description |
subscribeExplicit(array $phids) X-Ref |
Add explicit subscribers. These subscribers have explicitly subscribed (or been subscribed) to the object, and will be added even if they had previously unsubscribed. param: list<phid> List of PHIDs to explicitly subscribe. return: this |
subscribeImplicit(array $phids) X-Ref |
Add implicit subscribers. These subscribers have taken some action which implicitly subscribes them (e.g., adding a comment) but it will be suppressed if they've previously unsubscribed from the object. param: list<phid> List of PHIDs to implicitly subscribe. return: this |
unsubscribe(array $phids) X-Ref |
Unsubscribe PHIDs and mark them as unsubscribed, so implicit subscriptions will not resubscribe them. param: list<phid> List of PHIDs to unsubscribe. return: this |
save() X-Ref |
No description |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |