Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2359558
DifferentialDiffAuthorHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
497 B
Referenced Files
None
Subscribers
None
DifferentialDiffAuthorHeraldField.php
View Options
<?php
final
class
DifferentialDiffAuthorHeraldField
extends
DifferentialDiffHeraldField
{
const
FIELDCONST
=
'differential.diff.author'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Author'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getAuthorPHID
();
}
protected
function
getHeraldFieldStandardType
()
{
return
self
::
STANDARD_PHID
;
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_USER
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 3:18 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
450468
Default Alt Text
DifferentialDiffAuthorHeraldField.php (497 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment