Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889464
DiffusionCommitAffectedFilesHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
536 B
Referenced Files
None
Subscribers
None
DiffusionCommitAffectedFilesHeraldField.php
View Options
<?php
final
class
DiffusionCommitAffectedFilesHeraldField
extends
DiffusionCommitHeraldField
{
const
FIELDCONST
=
'diffusion.commit.affected'
;
public
function
getHeraldFieldName
(
)
{
return
pht
(
'Affected files'
)
;
}
public
function
getFieldGroupKey
(
)
{
return
DiffusionChangeHeraldFieldGroup
::
FIELDGROUPKEY
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
(
)
->
loadAffectedPaths
(
)
;
}
protected
function
getHeraldFieldStandardType
(
)
{
return
self
::
STANDARD_TEXT_LIST
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 12:11 (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124426
Default Alt Text
DiffusionCommitAffectedFilesHeraldField.php (536 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment