コード例 #1
0
ファイル: Index.php プロジェクト: BGCX262/zym-svn-to-git
 /**
  * Set the default index path
  *
  * @param string $path
  */
 public static function setDefaultIndexPath($path)
 {
     self::$_defaultIndexPath = $path;
 }