Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92650665
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
Fri, Nov 22, 09:43
Size
590 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 09:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22477739
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