Example #1
0
 public function __construct() {
     parent::__construct();
 }
Example #2
0
 public function __wakeup()
 {
     self::$instance = $this;
 }
Example #3
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);
 }
Example #4
0
 protected function setNextStep(Gpf_Rpc_Form $form)
 {
     $this->setResponseType($form, self::NEXT);
     $form->setField(self::NEXT_STEP_NAME, Gpf_Install_Manager::getInstance()->getNextStep());
 }