Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93200039
PhabricatorSubscribableInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 26, 23:34
Size
801 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 23:34 (2 d)
Engine
blob
Format
Raw Data
Handle
22592336
Attached To
rPH Phabricator
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 (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;
}
*/
Event Timeline
Log In to Comment