コード例 #1
0
ファイル: yrewrite.php プロジェクト: tzfrs/redaxo_yrewrite
 public static function readPathFile()
 {
     if (!file_exists(self::$pathfile)) {
         self::generatePathFile([]);
     }
     self::$paths = rex_file::getCache(self::$pathfile);
 }