Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112400096
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
Sat, May 10, 10:15
Size
266 B
Mime Type
text/x-php
Expires
Mon, May 12, 10:15 (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
26079674
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
;
}
}
Event Timeline
Log In to Comment