Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295382
DiffusionCommitRelationshipSource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
565 B
Referenced Files
None
Subscribers
None
DiffusionCommitRelationshipSource.php
View Options
<?php
final
class
DiffusionCommitRelationshipSource
extends
PhabricatorObjectRelationshipSource
{
public
function
isEnabledForObject
(
$object
)
{
$viewer
=
$this
->
getViewer
(
)
;
return
PhabricatorApplication
::
isClassInstalledForViewer
(
'PhabricatorDiffusionApplication'
,
$viewer
)
;
}
public
function
getResultPHIDTypes
(
)
{
return
array
(
PhabricatorRepositoryCommitPHIDType
::
TYPECONST
,
)
;
}
public
function
getFilters
(
)
{
$filters
=
parent
::
getFilters
(
)
;
unset
(
$filters
[
'assigned'
]
)
;
return
$filters
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:56 (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1132255
Default Alt Text
DiffusionCommitRelationshipSource.php (565 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment