Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F468319
DifferentialDiffContentRemovedHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
553 B
Referenced Files
None
Subscribers
None
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
getHeraldFieldStandardConditions
()
{
return
self
::
STANDARD_TEXT_MAP
;
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_TEXT
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 5:06 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80467
Default Alt Text
DifferentialDiffContentRemovedHeraldField.php (553 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment