Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100838191
DifferentialDiffContentHeraldField.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
Mon, Feb 3, 04:13
Size
543 B
Mime Type
text/x-php
Expires
Wed, Feb 5, 04:13 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
24039567
Attached To
rPH Phabricator
DifferentialDiffContentHeraldField.php
View Options
<?php
final
class
DifferentialDiffContentHeraldField
extends
DifferentialDiffHeraldField
{
const
FIELDCONST
=
'differential.diff.content'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Changed file content'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
loadContentDictionary
();
}
protected
function
getHeraldFieldStandardConditions
()
{
return
self
::
STANDARD_TEXT_MAP
;
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_TEXT
;
}
}
Event Timeline
Log In to Comment