Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893038
HeraldActingUserField.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
631 B
Referenced Files
None
Subscribers
None
HeraldActingUserField.php
View Options
<?php
final
class
HeraldActingUserField
extends
HeraldField
{
const
FIELDCONST
=
'herald.acting-user'
;
public
function
getHeraldFieldName
(
)
{
return
pht
(
'Acting user'
)
;
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
(
)
->
getActingAsPHID
(
)
;
}
protected
function
getHeraldFieldStandardType
(
)
{
return
self
::
STANDARD_PHID
;
}
protected
function
getDatasource
(
)
{
return
new
PhabricatorPeopleDatasource
(
)
;
}
public
function
supportsObject
(
$object
)
{
return
true
;
}
public
function
getFieldGroupKey
(
)
{
return
HeraldEditFieldGroup
::
FIELDGROUPKEY
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 17:46 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127101
Default Alt Text
HeraldActingUserField.php (631 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment