PHP 클래스 Sulu\Component\HttpCache\Handler\DebugHandler

상속: implements Sulu\Component\HttpCache\HandlerUpdateResponseInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__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