Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93145508
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
Tue, Nov 26, 13:35
Size
422 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 13:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22578572
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