PHP Класс Sulu\Component\HttpCache\Handler\DebugHandler

Наследование: implements Sulu\Component\HttpCache\HandlerUpdateResponseInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( Sulu\Component\HttpCache\CacheLifetimeResolverInterface $cacheLifetimeResolver, array $handlerNames, string $proxyClientName )
updateResponse ( Response $response, Sulu\Component\Content\Compat\StructureInterface $structure )

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

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

public __construct ( Sulu\Component\HttpCache\CacheLifetimeResolverInterface $cacheLifetimeResolver, array $handlerNames, string $proxyClientName )
$cacheLifetimeResolver Sulu\Component\HttpCache\CacheLifetimeResolverInterface
$handlerNames array List of handlers (strings)
$proxyClientName string Current proxy client name

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

public updateResponse ( Response $response, Sulu\Component\Content\Compat\StructureInterface $structure )
$response Symfony\Component\HttpFoundation\Response
$structure Sulu\Component\Content\Compat\StructureInterface