Example #1
0
 protected function render_layout()
 {
     ob_start();
     parent::render_layout();
     $this->output = ob_get_contents();
     ob_end_clean();
 }