PHP Interface Sulu\Bundle\MediaBundle\Media\ImageConverter\ImageConverterInterface

Afficher le fichier Open project: sulu/sulu Interface Usage Examples

Méthodes publiques

Méthode Description
convert ( FileVersion $fileVersion, string $formatKey ) : Imagine\Image\ImageInterface Convert an image and return the tmpPath.

Method Details

convert() public méthode

Convert an image and return the tmpPath.
public convert ( FileVersion $fileVersion, string $formatKey ) : Imagine\Image\ImageInterface
$fileVersion Sulu\Bundle\MediaBundle\Entity\FileVersion
$formatKey string
Résultat Imagine\Image\ImageInterface