Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1102029
DiffusionCommitRepositoryHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
529 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
getHeraldFieldStandardConditions
()
{
return
self
::
STANDARD_PHID
;
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_REPOSITORY
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 4:08 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
274682
Default Alt Text
DiffusionCommitRepositoryHeraldField.php (529 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment