Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97514074
DifferentialDiffContentRemovedHeraldField.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
Sat, Jan 4, 19:35
Size
448 B
Mime Type
text/x-php
Expires
Mon, Jan 6, 19:35 (2 d)
Engine
blob
Format
Raw Data
Handle
23407845
Attached To
rPH Phabricator
DifferentialDiffContentRemovedHeraldField.php
View Options
<?php
final
class
DifferentialDiffContentRemovedHeraldField
extends
DifferentialDiffHeraldField
{
const
FIELDCONST
=
'differential.diff.old'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Removed file content'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
loadRemovedContentDictionary
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT_MAP
;
}
}
Event Timeline
Log In to Comment