Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109710885
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 23, 02:41
Size
793 B
Mime Type
text/x-php
Expires
Fri, Apr 25, 02:41 (2 d)
Engine
blob
Format
Raw Data
Handle
25752673
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
;
}
public
function
getHeraldFieldValueType
(
$condition
)
{
switch
(
$condition
)
{
case
HeraldAdapter
::
CONDITION_EXISTS
:
case
HeraldAdapter
::
CONDITION_NOT_EXISTS
:
return
HeraldAdapter
::
VALUE_NONE
;
default
:
return
HeraldAdapter
::
VALUE_PROJECT
;
}
}
}
Event Timeline
Log In to Comment