Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F545708
PhabricatorSubscribableInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
813 B
Referenced Files
None
Subscribers
None
PhabricatorSubscribableInterface.php
View Options
<?php
interface
PhabricatorSubscribableInterface
{
/**
* 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".
*
* @param PHID $phid PHID (presumably a user) to test for automatic
* subscription.
* @return bool True if the object/user is automatically subscribed.
*/
public
function
isAutomaticallySubscribed
(
$phid
);
}
// TEMPLATE IMPLEMENTATION /////////////////////////////////////////////////////
/* -( PhabricatorSubscribableInterface )----------------------------------- */
/*
public function isAutomaticallySubscribed($phid) {
return false;
}
*/
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 12:58 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122535
Default Alt Text
PhabricatorSubscribableInterface.php (813 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment