Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117040083
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
Wed, Jun 11, 01:19
Size
420 B
Mime Type
text/x-php
Expires
Fri, Jun 13, 01:19 (2 d)
Engine
blob
Format
Raw Data
Handle
26527289
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