Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103710527
DiffusionPreCommitContentAuthorRawHeraldField.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, Mar 4, 04:57
Size
441 B
Mime Type
text/x-php
Expires
Thu, Mar 6, 04:57 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24625147
Attached To
rPH Phabricator
DiffusionPreCommitContentAuthorRawHeraldField.php
View Options
<?php
final
class
DiffusionPreCommitContentAuthorRawHeraldField
extends
DiffusionPreCommitContentHeraldField
{
const
FIELDCONST
=
'diffusion.pre.commit.author.raw'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Raw Author'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
getAuthorRaw
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT
;
}
}
Event Timeline
Log In to Comment