コード例 #1
0
ファイル: GradeInterface.php プロジェクト: Auwibana/babesk
 public function __construct($modPath, $smarty)
 {
     parent::__construct($modPath, $smarty);
     $this->parentPath = $this->tplFilePath . 'header.tpl';
     $this->smarty->assign('inh_path', $this->parentPath);
     $this->sectionString = 'Kuwasys|Grade';
 }
コード例 #2
0
 public function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->parentPath = $this->tplFilePath . 'fits_header.tpl';
     $this->smarty->assign('fitsParent', $this->parentPath);
     $this->smarty->assign('inh_path', $this->parentPath);
 }
コード例 #3
0
 public function __construct($modPath, $smarty)
 {
     parent::__construct($modPath, $smarty);
     $this->parentPath = $this->tplFilePath . 'header.tpl';
     $this->smarty->assign('inh_path', $this->parentPath);
     $this->sectionString = 'System|Schoolyear';
 }
コード例 #4
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_user_header.tpl';
     $this->parentPath = $this->tplFilePath . 'mod_user_header.tpl';
     $this->smarty->assign('inh_path', $this->parentPath);
     $this->smarty->assign('UserParent', $this->MOD_HEADING);
 }
コード例 #5
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_religion_header.tpl';
     $this->smarty->assign('ReligionParent', $this->MOD_HEADING);
 }
コード例 #6
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
 }
コード例 #7
0
 public function __construct($folder_path)
 {
     parent::__construct($folder_path);
     $this->parentPath = $this->tplFilePath . 'mod_cardinfo_header.tpl';
     $this->smarty->assign('checkoutParent', $this->parentPath);
 }
コード例 #8
0
ファイル: AdminSoliInterface.php プロジェクト: babesk/babesk
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->parentPath = $this->tplFilePath . 'header_soli.tpl';
     $this->smarty->assign('soliParent', $this->parentPath);
 }
コード例 #9
0
 public function __construct($from_module, $mod_path)
 {
     parent::__construct($mod_path);
     $this->isFromModule = $from_module;
 }
コード例 #10
0
 public function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->parentPath = $this->tplFilePath . 'header_priceclass.tpl';
     $this->smarty->assign('pcParent', $this->parentPath);
 }
コード例 #11
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_foreignLanguage_header.tpl';
     $this->smarty->assign('ForeignLanguageParent', $this->MOD_HEADING);
 }
コード例 #12
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_specialCourse_header.tpl';
     $this->smarty->assign('SpecialCourseParent', $this->MOD_HEADING);
 }
コード例 #13
0
 public function __construct($folder_path)
 {
     parent::__construct($folder_path);
     $this->parentPath = $this->tplFilePath . 'mod_cardchange_header.tpl';
     $this->smarty->assign('cardChange', $this->parentPath);
 }
コード例 #14
0
 function __construct($mod_path)
 {
     parent::__construct($mod_path);
     $this->MOD_HEADING = $this->tplFilePath . 'mod_schbasSettings_header.tpl';
     $this->smarty->assign('schbasSettingsParent', $this->MOD_HEADING);
 }