Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98361782
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
Sun, Jan 12, 11:49
Size
344 B
Mime Type
text/x-php
Expires
Tue, Jan 14, 11:49 (2 d)
Engine
blob
Format
Raw Data
Handle
23567351
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