Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119315193
PholioMockRelationshipSource.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
Thu, Jun 26, 01:35
Size
411 B
Mime Type
text/x-php
Expires
Sat, Jun 28, 01:35 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26995651
Attached To
rPH Phabricator
PholioMockRelationshipSource.php
View Options
<?php
final
class
PholioMockRelationshipSource
extends
PhabricatorObjectRelationshipSource
{
public
function
isEnabledForObject
(
$object
)
{
$viewer
=
$this
->
getViewer
();
return
PhabricatorApplication
::
isClassInstalledForViewer
(
'PhabricatorPholioApplication'
,
$viewer
);
}
public
function
getResultPHIDTypes
()
{
return
array
(
PholioMockPHIDType
::
TYPECONST
,
);
}
}
Event Timeline
Log In to Comment