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

File Metadata

Mime Type
text/x-php
Expires
Wed, Dec 3, 12:29 PM (12 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
433363
Default Alt Text
PHUIDiffInlineCommentView.php (382 B)

Event Timeline