Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116068887
PHUIDiffInlineCommentView.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, Jun 4, 17:59
Size
328 B
Mime Type
text/x-php
Expires
Fri, Jun 6, 17:59 (2 d)
Engine
blob
Format
Raw Data
Handle
26597278
Attached To
rPH Phabricator
PHUIDiffInlineCommentView.php
View Options
<?php
abstract
class
PHUIDiffInlineCommentView
extends
AphrontView
{
private
$isOnRight
;
public
function
getIsOnRight
()
{
return
$this
->
isOnRight
;
}
public
function
setIsOnRight
(
$on_right
)
{
$this
->
isOnRight
=
$on_right
;
return
$this
;
}
public
function
getScaffoldCellID
()
{
return
null
;
}
}
Event Timeline
Log In to Comment