예제 #1
0
파일: Config.php 프로젝트: laiello/zoop
 public static function getFilePath($configPath)
 {
     $config = self::get($configPath);
     assert(is_string($config));
     return Zoop::expandPath($config);
 }