Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97514909
DiffusionCommitDiffContentRemovedHeraldField.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:46
Size
444 B
Mime Type
text/x-php
Expires
Mon, Jan 6, 19:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23419915
Attached To
rPH Phabricator
DiffusionCommitDiffContentRemovedHeraldField.php
View Options
<?php
final
class
DiffusionCommitDiffContentRemovedHeraldField
extends
DiffusionCommitHeraldField
{
const
FIELDCONST
=
'diffusion.commit.diff.old'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Diff content removed'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
loadDiffContent
(
'-'
);
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_TEXT_MAP
;
}
}
Event Timeline
Log In to Comment