Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107553175
ManiphestTaskAssigneeHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 9, 00:18
Size
508 B
Mime Type
text/x-php
Expires
Fri, Apr 11, 00:18 (2 d)
Engine
blob
Format
Raw Data
Handle
25438018
Attached To
rPH Phabricator
ManiphestTaskAssigneeHeraldField.php
View Options
<?php
final
class
ManiphestTaskAssigneeHeraldField
extends
ManiphestTaskHeraldField
{
const
FIELDCONST
=
'maniphest.task.assignee'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Assignee'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$object
->
getOwnerPHID
();
}
protected
function
getHeraldFieldStandardConditions
()
{
return
self
::
STANDARD_PHID_NULLABLE
;
}
public
function
getHeraldFieldValueType
(
$condition
)
{
return
HeraldAdapter
::
VALUE_USER
;
}
}
Event Timeline
Log In to Comment