Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F547741
DiffusionPreCommitContentDiffEnormousHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
566 B
Referenced Files
None
Subscribers
None
DiffusionPreCommitContentDiffEnormousHeraldField.php
View Options
<?php
final
class
DiffusionPreCommitContentDiffEnormousHeraldField
extends
DiffusionPreCommitContentHeraldField
{
const
FIELDCONST
=
'diffusion.pre.content.diff.enormous'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Diff is enormous'
);
}
public
function
getFieldGroupKey
()
{
return
DiffusionChangeHeraldFieldGroup
::
FIELDGROUPKEY
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()->
isDiffEnormous
();
}
protected
function
getHeraldFieldStandardType
()
{
return
HeraldField
::
STANDARD_BOOL
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:37 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121750
Default Alt Text
DiffusionPreCommitContentDiffEnormousHeraldField.php (566 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment