Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100794401
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
Sun, Feb 2, 20:01
Size
382 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 20:01 (2 d)
Engine
blob
Format
Raw Data
Handle
24018265
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
;
}
public
function
isHidden
()
{
return
false
;
}
}
Event Timeline
Log In to Comment