Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96207439
DiffusionCommitRelationshipSource.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
Mon, Dec 23, 18:56
Size
436 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 18:56 (2 d)
Engine
blob
Format
Raw Data
Handle
23143783
Attached To
rPH Phabricator
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
,
);
}
}
Event Timeline
Log In to Comment