Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90382961
DifferentialRevisionContentRemovedHeraldField.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
Fri, Nov 1, 03:58
Size
571 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 03:58 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22065573
Attached To
rPH Phabricator
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
;
}
}
Event Timeline
Log In to Comment