コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Get the visibility for the given path.
  *
  * @param string $path
  * @return string 
  * @static 
  */
 public static function getVisibility($path)
 {
     return \Illuminate\Filesystem\FilesystemAdapter::getVisibility($path);
 }