Page MenuHomec4science

AphrontNullView.php
No OneTemporary

File Metadata

Created
Thu, Feb 20, 15:08

AphrontNullView.php

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

Event Timeline