Page MenuHomec4science

PHUIDiffInlineCommentView.php
No OneTemporary

File Metadata

Created
Mon, Jul 1, 11:06

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

Event Timeline