예제 #1
0
 protected function addCustomTemplateVarsBeforeOutput()
 {
     parent::addCustomTemplateVarsBeforeOutput();
     $this->view->assign('navbar', $this->navbar);
 }
예제 #2
0
파일: Index.php 프로젝트: acp3/setup
 /**
  * @param \ACP3\Installer\Core\Controller\Context\InstallerContext $context
  * @param SchemaUpdateModel $schemaUpdateModel
  */
 public function __construct(Core\Controller\Context\InstallerContext $context, SchemaUpdateModel $schemaUpdateModel)
 {
     parent::__construct($context);
     $this->schemaUpdateModel = $schemaUpdateModel;
 }