コード例 #1
0
ファイル: Classteachers.php プロジェクト: Auwibana/babesk
 /**
  * Constructs the Module
  *
  * @param string $name         The Name of the Module
  * @param string $display_name The Name that should be displayed to the
  *                             User
  * @param string $path         A relative Path to the Module
  */
 public function __construct($name, $display_name, $path)
 {
     parent::__construct($name, $display_name, $path);
 }
コード例 #2
0
ファイル: MainMenu.php プロジェクト: Auwibana/babesk
 public function __construct($name, $display_name, $path)
 {
     parent::__construct($name, $display_name, $path);
     $this->_smartyPath = PATH_SMARTY_TPL . '/web' . $path;
 }