Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122256020
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
Wed, Jul 16, 22:35
Size
454 B
Mime Type
text/x-php
Expires
Fri, Jul 18, 22:35 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27457205
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