Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118116006
DifferentialChangesetOneUpRenderer.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, Jun 17, 19:49
Size
644 B
Mime Type
text/x-php
Expires
Thu, Jun 19, 19:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26812465
Attached To
rPH Phabricator
DifferentialChangesetOneUpRenderer.php
View Options
<?php
final
class
DifferentialChangesetOneUpRenderer
extends
DifferentialChangesetHTMLRenderer
{
public
function
isOneUpRenderer
()
{
return
true
;
}
public
function
renderChangesetTable
(
$contents
)
{
throw
new
Exception
(
"Not implemented!"
);
}
public
function
renderTextChange
(
$range_start
,
$range_len
,
$rows
)
{
throw
new
Exception
(
"Not implemented!"
);
}
public
function
renderFileChange
(
$old_file
=
null
,
$new_file
=
null
,
$id
=
0
,
$vs
=
0
)
{
throw
new
Exception
(
"Not implemented!"
);
}
}
Event Timeline
Log In to Comment