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