示例#1
0
文件: Backend.php 项目: t-f-m/ethna
 /**
  *  アプリケーションのテンプレートディレクトリを取得する
  *
  *  @access public
  *  @return string  テンプレートディレクトリのパス名
  */
 public function getTemplatedir()
 {
     return $this->controller->getTemplatedir();
 }