Esempio n. 1
0
 /**
  * Выводит шаблон шага
  */
 protected function render()
 {
     InstallCore::assign('currentStep', $this);
     $this->oTemplate->assign('currentStep', $this);
     InstallCore::render($this->oTemplate);
 }