コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Get all of the files from the given directory (recursive).
  *
  * @param string|null $directory
  * @return array 
  * @static 
  */
 public static function allFiles($directory = null)
 {
     return \Illuminate\Filesystem\FilesystemAdapter::allFiles($directory);
 }