Exemplo n.º 1
0
 public static function isImage($file)
 {
     return in_array($file->getExtension(), Utility::getKnownImageExtensions());
 }