Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2332033
ReleephOriginalCommitFieldSpecification.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
ReleephOriginalCommitFieldSpecification.php
View Options
<?php
final
class
ReleephOriginalCommitFieldSpecification
extends
ReleephFieldSpecification
{
public
function
getFieldKey
()
{
return
'commit:name'
;
}
public
function
getName
()
{
return
'Commit'
;
}
public
function
renderValueForHeaderView
()
{
$pull
=
$this
->
getReleephRequest
();
return
$this
->
slowlyLoadHandle
(
$pull
->
getRequestCommitPHID
())->
renderLink
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 7:43 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
444954
Default Alt Text
ReleephOriginalCommitFieldSpecification.php (394 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment