Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108540091
ReleephStatusFieldSpecification.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
Thu, Apr 17, 08:22
Size
378 B
Mime Type
text/x-php
Expires
Sat, Apr 19, 08:22 (2 d)
Engine
blob
Format
Raw Data
Handle
25620841
Attached To
rPH Phabricator
ReleephStatusFieldSpecification.php
View Options
<?php
final
class
ReleephStatusFieldSpecification
extends
ReleephFieldSpecification
{
public
function
getFieldKey
()
{
return
'status'
;
}
public
function
getName
()
{
return
'Status'
;
}
public
function
renderValueForHeaderView
()
{
return
id
(
new
ReleephRequestStatusView
())
->
setReleephRequest
(
$this
->
getReleephRequest
())
->
render
();
}
}
Event Timeline
Log In to Comment