Page MenuHomec4science

AphrontNullView.php
No OneTemporary

File Metadata

Created
Thu, Jun 27, 22:00

AphrontNullView.php

<?php
final class AphrontNullView extends AphrontView {
public function render() {
return $this->renderChildren();
}
}

Event Timeline