Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893470
DiffusionCommitRepositoryHeraldField.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
510 B
Referenced Files
None
Subscribers
None
DiffusionCommitRepositoryHeraldField.php
View Options
<?php
final
class
DiffusionCommitRepositoryHeraldField
extends
DiffusionCommitHeraldField
{
const
FIELDCONST
=
'diffusion.commit.repository'
;
public
function
getHeraldFieldName
(
)
{
return
pht
(
'Repository'
)
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getRepository
(
)
->
getPHID
(
)
;
}
protected
function
getHeraldFieldStandardType
(
)
{
return
self
::
STANDARD_PHID
;
}
protected
function
getDatasource
(
)
{
return
new
DiffusionRepositoryDatasource
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:29 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127428
Default Alt Text
DiffusionCommitRepositoryHeraldField.php (510 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment