コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * Determine if the given path is readable.
  *
  * @param string $path
  *
  * @return bool
  * @static
  */
 public static function isReadable($path)
 {
     return \Illuminate\Filesystem\Filesystem::isReadable($path);
 }