Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F573859
PholioMockRelationshipSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
540 B
Referenced Files
None
Subscribers
None
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
,
);
}
public
function
getFilters
()
{
$filters
=
parent
::
getFilters
();
unset
(
$filters
[
'assigned'
]);
return
$filters
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 6:11 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
112402
Default Alt Text
PholioMockRelationshipSource.php (540 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment