Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1096757
DifferentialDiffContentHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
DifferentialDiffContentHeraldField.php
View Options
<?php
final
class
DifferentialDiffContentHeraldField
extends
DifferentialDiffHeraldField
{
const
FIELDCONST
=
'differential.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
Mon, Jun 30, 11:17 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
258868
Default Alt Text
DifferentialDiffContentHeraldField.php (544 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment