Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98307487
ManiphestTaskRelationshipSource.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, Jan 11, 22:55
Size
420 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 22:55 (2 d)
Engine
blob
Format
Raw Data
Handle
23503125
Attached To
rPH Phabricator
ManiphestTaskRelationshipSource.php
View Options
<?php
final
class
ManiphestTaskRelationshipSource
extends
PhabricatorObjectRelationshipSource
{
public
function
isEnabledForObject
(
$object
)
{
$viewer
=
$this
->
getViewer
();
return
PhabricatorApplication
::
isClassInstalledForViewer
(
'PhabricatorManiphestApplication'
,
$viewer
);
}
public
function
getResultPHIDTypes
()
{
return
array
(
ManiphestTaskPHIDType
::
TYPECONST
,
);
}
}
Event Timeline
Log In to Comment