1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/src/view/AphrontNullView.php
2013-02-13 14:51:18 -08:00

9 lines
155 B
PHP

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