예제 #1
0
 /**
  * Return response to standard output
  */
 public function executeAndEcho($request = '')
 {
     $response = $this->encodeResponse($this->execute($request));
     Gpf_ModuleBase::startGzip();
     echo $response;
     Gpf_ModuleBase::flushGzip();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct('', 'install', 'T');
 }
예제 #3
0
 protected function assignTemplateVariables($template)
 {
     parent::assignTemplateVariables($template);
     Pap_Module::assignTemplateVariables($template);
 }
예제 #4
0
 protected function onStart()
 {
     parent::onStart();
     $this->checkIfUserIsLogged();
 }
예제 #5
0
 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'));
 }
예제 #6
0
 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);
 }
예제 #7
0
 public function __construct($panelName = 'install')
 {
     parent::__construct('', $panelName);
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct('', '');
 }
예제 #9
0
 public function startAndGet()
 {
     return parent::startAndGet();
 }