Page MenuHomec4science

AphrontNullView.php
No OneTemporary

File Metadata

Created
Sat, Jun 21, 15:11

AphrontNullView.php

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

Event Timeline