Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F573500
DifferentialRevisionTitleHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 5:58 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
114859
Default Alt Text
DifferentialRevisionTitleHeraldField.php (411 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment