Page MenuHomestyx hydra

PHUIDiffInlineCommentView.php
No OneTemporary

PHUIDiffInlineCommentView.php

<?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;
}
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 8:28 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
383718
Default Alt Text
PHUIDiffInlineCommentView.php (590 B)

Event Timeline