/** * Shutdown and cleanup * * This method is responsible for shutting down the * current request. It will clean up variables, * send ob to ouput, etc.. * * @return null */ public function stop() { Nexista_Debug::register('out', 'total'); exit; }