_registry->get( 'dbi.dbi' )->disable_debug(); return $this ->_registry ->get( 'compatibility.ob' ) ->end_clean_all(); } /** * Render the output. * * @param array $params */ abstract public function render( array $params ); }