Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F573727
DifferentialRevisionContentHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
561 B
Referenced Files
None
Subscribers
None
DifferentialRevisionContentHeraldField.php
View Options
<?php
final
class
DifferentialRevisionContentHeraldField
extends
DifferentialRevisionHeraldField
{
const
FIELDCONST
=
'differential.revision.diff.content'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Changed file content'
);
}
public
function
getFieldGroupKey
()
{
return
DifferentialChangeHeraldFieldGroup
::
FIELDGROUPKEY
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
loadContentDictionary
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT_MAP
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 6:07 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
114861
Default Alt Text
DifferentialRevisionContentHeraldField.php (561 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment