Page MenuHomec4science

PHUIDiffInlineCommentView.php
No OneTemporary

File Metadata

Created
Sat, Sep 14, 01:23

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

Event Timeline