Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96297022
ReleephOriginalCommitFieldSpecification.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
Tue, Dec 24, 18:29
Size
344 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 18:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23151929
Attached To
rPH Phabricator
ReleephOriginalCommitFieldSpecification.php
View Options
<?php
final
class
ReleephOriginalCommitFieldSpecification
extends
ReleephFieldSpecification
{
public
function
getName
()
{
return
'Commit'
;
}
public
function
renderValueForHeaderView
()
{
$rr
=
$this
->
getReleephRequest
();
$handles
=
$rr
->
getHandles
();
return
$handles
[
$rr
->
getRequestCommitPHID
()]->
renderLink
();
}
}
Event Timeline
Log In to Comment