Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93537367
DifferentialExportPatchFieldSpecification.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
Fri, Nov 29, 13:32
Size
454 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 13:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22661758
Attached To
rPH Phabricator
DifferentialExportPatchFieldSpecification.php
View Options
<?php
final
class
DifferentialExportPatchFieldSpecification
extends
DifferentialFieldSpecification
{
public
function
shouldAppearOnRevisionView
()
{
return
true
;
}
public
function
renderLabelForRevisionView
()
{
return
'Export Patch:'
;
}
public
function
renderValueForRevisionView
()
{
$revision
=
$this
->
getRevision
();
return
phutil_tag
(
'tt'
,
array
(),
'arc export --revision '
.
$revision
->
getID
());
}
}
Event Timeline
Log In to Comment