Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93074113
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
Tue, Nov 26, 00:28
Size
590 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 00:28 (2 d)
Engine
blob
Format
Raw Data
Handle
22566899
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
;
}
public
function
isHideable
()
{
return
true
;
}
public
function
newHiddenIcon
()
{
if
(
$this
->
isHideable
())
{
return
new
PHUIDiffRevealIconView
();
}
else
{
return
null
;
}
}
}
Event Timeline
Log In to Comment