Page MenuHomec4science

AphrontNullView.php
No OneTemporary

File Metadata

Created
Fri, Sep 20, 22:59

AphrontNullView.php

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

Event Timeline