/** * Return response to standard output */ public function executeAndEcho($request = '') { $response = $this->encodeResponse($this->execute($request)); Gpf_ModuleBase::startGzip(); echo $response; Gpf_ModuleBase::flushGzip(); }
public function __construct() { parent::__construct('', 'install', 'T'); }
protected function assignTemplateVariables($template) { parent::assignTemplateVariables($template); Pap_Module::assignTemplateVariables($template); }
protected function onStart() { parent::onStart(); $this->checkIfUserIsLogged(); }
protected function getCachedTemplateNames() { return array_merge(parent::getCachedTemplateNames(), array('login_main', 'window', 'window_left', 'window_header', 'window_bottom_left', 'window_empty_content', 'icon_button', 'login_form', 'tooltip_popup', 'form_field', 'button', 'link_button', 'listbox', 'listbox_popup', 'grid_pager')); }
protected function initCachedData() { parent::initCachedData(); Gpf_Rpc_CachedResponse::addById(Gpf_Install_Manager::getInstance()->getScenarioDescription(), self::SCENARIO); Gpf_Rpc_CachedResponse::addById(Gpf_Install_Manager::getInstance()->getScenarioSteps(), self::SCENARIO_STEPS); }
public function __construct($panelName = 'install') { parent::__construct('', $panelName); }
public function __construct() { parent::__construct('', ''); }
public function startAndGet() { return parent::startAndGet(); }