PHP 클래스 ZF\Apigility\Admin\Listener\DisableHttpCacheListener

파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin

공개 메소드들

메소드 설명
__invoke ( MvcEvent $e ) : void

보호된 메소드들

메소드 설명
disableHttpCache ( Zend\Http\Headers $headers ) Prepare cache-busting headers for GET requests

메소드 상세

__invoke() 공개 메소드

public __invoke ( MvcEvent $e ) : void
$e Zend\Mvc\MvcEvent
리턴 void

disableHttpCache() 보호된 메소드

Invoked from the onFinish() method for GET requests to disable client-side HTTP caching.
protected disableHttpCache ( Zend\Http\Headers $headers )
$headers Zend\Http\Headers