\IZON\Thumber\Web\ControllersImageLazyController

Controller which handles lazy creating images in cache.

Summary

Methods
Properties
Constants
__construct()
execute()
No public properties found
No constants found
No protected methods found
$thumberService
N/A
No private methods found
No private properties found
N/A

Properties

$thumberService

$thumberService : \IZON\Thumber\Services\ThumbnailService

Type

\IZON\Thumber\Services\ThumbnailService

Methods

__construct()

__construct(\IZON\Thumber\Services\ThumbnailService  $thumberService) 

Parameters

\IZON\Thumber\Services\ThumbnailService $thumberService

execute()

execute(\IZON\MVC\HttpRequest  $request) : \IZON\MVC\ModelAndView

Based on parameters in URL creates demanded image in cache and redirects to it.

Parameters

\IZON\MVC\HttpRequest $request

Returns

\IZON\MVC\ModelAndView