Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101324964
DiffusionPreCommitRefNameHeraldField.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
Fri, Feb 7, 19:14
Size
410 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 19:14 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
23989545
Attached To
rPH Phabricator
DiffusionPreCommitRefNameHeraldField.php
View Options
<?php
final
class
DiffusionPreCommitRefNameHeraldField
extends
DiffusionPreCommitRefHeraldField
{
const
FIELDCONST
=
'diffusion.pre.ref.name'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Ref name'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getRefName
();
}
protected
function
getHeraldFieldStandardType
()
{
return
HeraldField
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment