Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106071331
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
Sat, Mar 22, 02:03
Size
801 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 02:03 (2 d)
Engine
blob
Format
Raw Data
Handle
25057668
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