_render_strategy = $this->_registry->get( 'http.response.render.strategy.void' ); } /* (non-PHPdoc) * @see Ai1ec_Command::do_execute() */ public function do_execute() { $this->_registry->get( 'theme.compiler' )->generate(); return Ai1ec_Http_Response_Helper::stop( 0 ); } }