Page MenuHomec4science

AphrontNullView.php
No OneTemporary

File Metadata

Created
Mon, Oct 28, 17:07

AphrontNullView.php

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

Event Timeline