Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117084539
DifferentialApplyPatchFieldSpecification.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
Wed, Jun 11, 10:06
Size
422 B
Mime Type
text/x-php
Expires
Fri, Jun 13, 10:06 (2 d)
Engine
blob
Format
Raw Data
Handle
26668812
Attached To
rPH Phabricator
DifferentialApplyPatchFieldSpecification.php
View Options
<?php
final
class
DifferentialApplyPatchFieldSpecification
extends
DifferentialFieldSpecification
{
public
function
shouldAppearOnRevisionView
()
{
return
true
;
}
public
function
renderLabelForRevisionView
()
{
return
'Apply Patch:'
;
}
public
function
renderValueForRevisionView
()
{
$revision
=
$this
->
getRevision
();
return
phutil_tag
(
'tt'
,
array
(),
'arc patch D'
.
$revision
->
getID
());
}
}
Event Timeline
Log In to Comment