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