1<?php 2 3final class AphrontNullView extends AphrontView { 4 5 public function render() { 6 return $this->renderChildren(); 7 } 8 9} 10 11