예제 #1
0
 public function startup()
 {
     parent::startup();
     if (!isset($this->context->params['installed'])) {
         $this->redirect(':tatami:installation:');
     }
     $this->mailBuilder = new MailBuilder($this);
 }
예제 #2
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->currentStep = $this->currentStep;
     $this->template->totalSteps = $this->totalSteps;
 }