Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93133992
PhabricatorObjectRelationshipSource.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, 11:22
Size
388 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 11:22 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22578357
Attached To
rPH Phabricator
PhabricatorObjectRelationshipSource.php
View Options
<?php
abstract
class
PhabricatorObjectRelationshipSource
extends
Phobject
{
private
$viewer
;
final
public
function
setViewer
(
PhabricatorUser
$viewer
)
{
$this
->
viewer
=
$viewer
;
return
$this
;
}
final
public
function
getViewer
()
{
return
$this
->
viewer
;
}
abstract
public
function
isEnabledForObject
(
$object
);
abstract
public
function
getResultPHIDTypes
();
}
Event Timeline
Log In to Comment