Page MenuHomec4science

AphrontNullView.php
No OneTemporary

File Metadata

Created
Sun, May 11, 12:29

AphrontNullView.php

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

Event Timeline