class ImageEvent extends CachedFileEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

getFileUrl()

No description

setFileUrl($file_url)

No description

getCacheFilepath()

No description

setCacheFilepath($cache_filepath)

No description

getSourceFilepath()

No description

setSourceFilepath($source_filepath)

No description

getCacheSubdirectory()

No description

setCacheSubdirectory($cache_subdirectory)

No description

boolean
isOriginalImage()

No description

string
getOptionsHash()

No description

getCategory()

No description

setCategory($category)

No description

getWidth()

No description

setWidth($width)

No description

getHeight()

No description

setHeight($height)

No description

getResizeMode()

No description

setResizeMode($resize_mode)

No description

getBackgroundColor()

No description

setBackgroundColor($background_color)

No description

getEffects()

No description

setEffects( array $effects)

No description

getRotation()

No description

setRotation($rotation)

No description

getQuality()

No description

setQuality($quality)

No description

getOriginalFileUrl()

No description

setOriginalFileUrl($original_file_url)

No description

getCacheOriginalFilepath()

No description

setCacheOriginalFilepath($cache_original_filepath)

No description

$this
setImageObject( ImageInterface $imageObject)

No description

ImageInterface
getImageObject()

No description

bool
getAllowZoom()

No description

$this
setAllowZoom( bool $allowZoom)

No description

Details

in ActionEvent at line 30
__set($name, $value)

Parameters

$name
$value

in ActionEvent at line 35
__get($name)

Parameters

$name

in ActionEvent at line 44
bindForm( Form $form)

Parameters

Form $form

in CachedFileEvent at line 36
getFileUrl()

in CachedFileEvent at line 41
setFileUrl($file_url)

Parameters

$file_url

in CachedFileEvent at line 48
getCacheFilepath()

in CachedFileEvent at line 53
setCacheFilepath($cache_filepath)

Parameters

$cache_filepath

in CachedFileEvent at line 60
getSourceFilepath()

in CachedFileEvent at line 65
setSourceFilepath($source_filepath)

Parameters

$source_filepath

in CachedFileEvent at line 72
getCacheSubdirectory()

in CachedFileEvent at line 77
setCacheSubdirectory($cache_subdirectory)

Parameters

$cache_subdirectory

at line 86
boolean isOriginalImage()

Return Value

boolean true if the required image is the original image (resizemode and backgroundcolor are not significant)

at line 95
string getOptionsHash()

Return Value

string a hash identifiying the processing options

at line 103
getCategory()

at line 108
setCategory($category)

Parameters

$category

at line 115
getWidth()

at line 120
setWidth($width)

Parameters

$width

at line 127
getHeight()

at line 132
setHeight($height)

Parameters

$height

at line 139
getResizeMode()

at line 144
setResizeMode($resize_mode)

Parameters

$resize_mode

at line 151
getBackgroundColor()

at line 156
setBackgroundColor($background_color)

Parameters

$background_color

at line 163
getEffects()

at line 168
setEffects( array $effects)

Parameters

array $effects

at line 175
getRotation()

at line 180
setRotation($rotation)

Parameters

$rotation

at line 187
getQuality()

at line 192
setQuality($quality)

Parameters

$quality

at line 199
getOriginalFileUrl()

at line 204
setOriginalFileUrl($original_file_url)

Parameters

$original_file_url

at line 211
getCacheOriginalFilepath()

at line 216
setCacheOriginalFilepath($cache_original_filepath)

Parameters

$cache_original_filepath

at line 227
$this setImageObject( ImageInterface $imageObject)

Parameters

ImageInterface $imageObject

Return Value

$this

at line 237
ImageInterface getImageObject()

Return Value

ImageInterface

at line 245
bool getAllowZoom()

Return Value

bool

at line 254
$this setAllowZoom( bool $allowZoom)

Parameters

bool $allowZoom

Return Value

$this