Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890679
DiffusionPreCommitContentCommitterRawHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Sun, Jan 19, 13:56 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1109412
Default Alt Text
DiffusionPreCommitContentCommitterRawHeraldField.php (453 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment