Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorSubscribableInterface

interface PhabricatorSubscribableInterface
Phabricator Technical Documentation (Subscriptions)

This interface is not documented.

Methods

public function isAutomaticallySubscribed($phid)

Return true to indicate that the given PHID is automatically subscribed to the object (for example, they are the author or in some other way irrevocably a subscriber). This will, e.g., cause the UI to render "Automatically Subscribed" instead of "Subscribe".

Parameters
PHID$phidPHID (presumably a user) to test for automatic subscription.
Return
boolTrue if the object/user is automatically subscribed.