PHP Интерфейс Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
analyzedMediaUrl ( string $url ) : array Return the id and the format of a media.
clear ( ) Clears the format cache.
getMediaUrl ( integer $id, string $fileName, array $options, string $format, integer $version, integer $subVersion ) : string Return the url to an specific format of an media.
purge ( integer $id, string $fileName, array $options ) : boolean Delete the image by the given parameters.
save ( string $content, integer $id, string $fileName, array $options, string $format ) : boolean Save image and return the url to the image.

Описание методов

analyzedMediaUrl() публичный Метод

Return the id and the format of a media.
public analyzedMediaUrl ( string $url ) : array
$url string
Результат array ($id, $format)

clear() публичный Метод

Clears the format cache.
public clear ( )

getMediaUrl() публичный Метод

Return the url to an specific format of an media.
public getMediaUrl ( integer $id, string $fileName, array $options, string $format, integer $version, integer $subVersion ) : string
$id integer
$fileName string
$options array
$format string
$version integer
$subVersion integer
Результат string

purge() публичный Метод

Delete the image by the given parameters.
public purge ( integer $id, string $fileName, array $options ) : boolean
$id integer
$fileName string
$options array
Результат boolean

save() публичный Метод

Save image and return the url to the image.
public save ( string $content, integer $id, string $fileName, array $options, string $format ) : boolean
$content string
$id integer
$fileName string
$options array
$format string
Результат boolean