Beispiel #1
0
 static function imageExists($uri)
 {
     if ($path = formImageField::getImagePath($uri)) {
         return is_file($path);
     }
 }