Page MenuHomec4science

AphrontNullView.php
No OneTemporary

File Metadata

Created
Fri, Jun 28, 23:42

AphrontNullView.php

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

Event Timeline