Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102437171
DifferentialRevisionTitleHeraldField.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
Thu, Feb 20, 17:30
Size
411 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 17:30 (2 d)
Engine
blob
Format
Raw Data
Handle
24356946
Attached To
rPH Phabricator
DifferentialRevisionTitleHeraldField.php
View Options
<?php
final
class
DifferentialRevisionTitleHeraldField
extends
DifferentialRevisionHeraldField
{
const
FIELDCONST
=
'differential.revision.title'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Revision title'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getTitle
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment