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