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