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