PHP Class Sulu\Component\HttpCache\Handler\DebugHandler

Inheritance: implements Sulu\Component\HttpCache\HandlerUpdateResponseInterface
ファイルを表示 Open project: sulu/sulu

Public Methods

Method Description
__construct ( Sulu\Component\HttpCache\CacheLifetimeResolverInterface $cacheLifetimeResolver, array $handlerNames, string $proxyClientName )
updateResponse ( Response $response, Sulu\Component\Content\Compat\StructureInterface $structure )

Method Details

__construct() public method

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 method

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