コード例 #1
0
ファイル: Filesystem.php プロジェクト: stweil/owncloud-core
 public static function filetype($path)
 {
     return self::$defaultInstance->filetype($path);
 }