PHP Класс PartKeepr\ImageBundle\Entity\CachedImage

Наследование: extends PartKeepr\CoreBundle\Entity\BaseEntity
Показать файл Открыть проект

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

Метод Описание
__construct ( UploadedFile $image, string $cacheFile ) Creates a new cache entry for a specific image.
getCacheFile ( ) : string Returns the cache file.
getOriginalId ( ) : integer Returns the original ID.
getOriginalType ( ) : string Returns the original type.

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

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

Creates a new cache entry for a specific image.
public __construct ( UploadedFile $image, string $cacheFile )
$image PartKeepr\UploadedFileBundle\Entity\UploadedFile The image to cache
$cacheFile string The file which holds the cached image

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

Returns the cache file.
public getCacheFile ( ) : string
Результат string The cache file including path

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

Returns the original ID.
public getOriginalId ( ) : integer
Результат integer

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

Returns the original type.
public getOriginalType ( ) : string
Результат string