Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106885820
DiffusionPreCommitRefPusherProjectsHeraldField.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, Apr 2, 01:55
Size
598 B
Mime Type
text/x-php
Expires
Fri, Apr 4, 01:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25297734
Attached To
rPH Phabricator
DiffusionPreCommitRefPusherProjectsHeraldField.php
View Options
<?php
final
class
DiffusionPreCommitRefPusherProjectsHeraldField
extends
DiffusionPreCommitRefHeraldField
{
const
FIELDCONST
=
'diffusion.pre.ref.pusher.projects'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Pusher projects'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()
->
getHookEngine
()
->
loadViewerProjectPHIDsForHerald
();
}
protected
function
getHeraldFieldStandardType
()
{
return
HeraldField
::
STANDARD_PHID_LIST
;
}
protected
function
getDatasource
()
{
return
new
PhabricatorProjectDatasource
();
}
}
Event Timeline
Log In to Comment