Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110865735
DiffusionCommitDiffEnormousHeraldField.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, Apr 28, 12:51
Size
531 B
Mime Type
text/x-php
Expires
Wed, Apr 30, 12:51 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25827200
Attached To
rPH Phabricator
DiffusionCommitDiffEnormousHeraldField.php
View Options
<?php
final
class
DiffusionCommitDiffEnormousHeraldField
extends
DiffusionCommitHeraldField
{
const
FIELDCONST
=
'diffusion.commit.enormous'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Change is enormous'
);
}
public
function
getFieldGroupKey
()
{
return
DiffusionChangeHeraldFieldGroup
::
FIELDGROUPKEY
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
isDiffEnormous
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_BOOL
;
}
}
Event Timeline
Log In to Comment