예제 #1
0
파일: DiskFileSystem.php 프로젝트: JDoe/web
 public function getMetadata(FileInterface $file)
 {
     return $file->getMetadata();
 }
예제 #2
0
 public function getMetadata(FileInterface $file)
 {
     $metaData = $file->getMetadata();
     return $metaData;
 }