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