Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36276472
DiffusionCommitDiffEnormousHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
531 B
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Feb 22, 6:45 PM (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
35/2e/760eb21127167669220dc9128275
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment