Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F992979
DifferentialApplyPatchFieldSpecification.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
422 B
Referenced Files
None
Subscribers
None
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
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 11:13 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
234029
Default Alt Text
DifferentialApplyPatchFieldSpecification.php (422 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment