Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91151072
DiffusionPreCommitContentCommitterRawHeraldField.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, Nov 8, 10:16
Size
453 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 10:16 (2 d)
Engine
blob
Format
Raw Data
Handle
22206190
Attached To
rPH Phabricator
DiffusionPreCommitContentCommitterRawHeraldField.php
View Options
<?php
final
class
DiffusionPreCommitContentCommitterRawHeraldField
extends
DiffusionPreCommitContentHeraldField
{
const
FIELDCONST
=
'diffusion.pre.commit.committer.raw'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Raw Committer'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
getCommitterRaw
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment