Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93142351
DiffusionCommitMessageHeraldField.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
Tue, Nov 26, 12:57
Size
425 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 12:57 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22569151
Attached To
rPH Phabricator
DiffusionCommitMessageHeraldField.php
View Options
<?php
final
class
DiffusionCommitMessageHeraldField
extends
DiffusionCommitHeraldField
{
const
FIELDCONST
=
'diffusion.commit.message'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Commit message'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getCommitData
()->
getCommitMessage
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment