Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function supports($filename, MediaType $mediaType, Specification $targetFormat)
 {
     return $targetFormat instanceof Video && $mediaType->getCategory() === 'video';
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function supports($filename, MediaType $mediaType, Specification $targetFormat)
 {
     return $targetFormat instanceof Image && ($mediaType->getCategory() === 'image' || $mediaType->getName() === 'pdf');
 }