\IZON\Thumber\ImageCacheImageCache

Description of ImageCache

Summary

Methods
Properties
Constants
__construct()
has()
get()
getPath()
set()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(  dir) : 

Parameters

dir

Returns

has()

has(\IZON\Thumber\ImageCache\type  filename) : 

Parameters

\IZON\Thumber\ImageCache\type filename

Returns

get()

get(\IZON\Thumber\ImageCache\type  filename) : \IZON\Thumber\ImageCache\Image

Parameters

\IZON\Thumber\ImageCache\type filename

Throws

\IZON\Thumber\ImageCache\ImageNotInCacheException

Returns

\IZON\Thumber\ImageCache\Image —

getPath()

getPath(  filename) : 

Parameters

filename

Throws

\IZON\Thumber\ImageCache\ImageNotInCacheException

Returns

set()

set(  filename, \IZON\Thumber\ImageCache\Image  image,   deleteSource = false) : 

Parameters

filename
\IZON\Thumber\ImageCache\Image image
deleteSource

default false

Returns