コード例 #1
0
ファイル: End.php プロジェクト: monkviper/magento-lite
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('install/end.phtml');
 }
コード例 #2
0
ファイル: Config.php プロジェクト: nemphys/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('config.phtml');
 }
コード例 #3
0
ファイル: Admin.php プロジェクト: nemphys/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('create_admin.phtml');
 }
コード例 #4
0
ファイル: Download.php プロジェクト: nemphys/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('download.phtml');
 }