PHP 클래스 eZ\Bundle\EzPublishDebugBundle\Collector\PersistenceCacheCollector

상속: extends Symfony\Component\HttpKernel\DataCollector\DataCollector
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__construct ( PersistenceLogger $logger )
collect ( Request $request, Response $response, Exception $exception = null )
getCalls ( ) : array Returns calls.
getCallsLoggingEnabled ( ) : boolean Returns flag to indicate if logging of calls is enabled or not.
getCount ( ) : integer Returns call count.
getHandlers ( ) : array Returns un cached handlers being loaded.
getHandlersCount ( ) : array Returns un cached handlers being loaded.
getName ( )

메소드 상세

__construct() 공개 메소드

public __construct ( PersistenceLogger $logger )
$logger eZ\Publish\Core\Persistence\Cache\PersistenceLogger

collect() 공개 메소드

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

getCalls() 공개 메소드

Returns calls.
public getCalls ( ) : array
리턴 array

getCallsLoggingEnabled() 공개 메소드

Typically not enabled in prod.
public getCallsLoggingEnabled ( ) : boolean
리턴 boolean

getCount() 공개 메소드

Returns call count.
public getCount ( ) : integer
리턴 integer

getHandlers() 공개 메소드

Returns un cached handlers being loaded.
public getHandlers ( ) : array
리턴 array

getHandlersCount() 공개 메소드

Returns un cached handlers being loaded.
public getHandlersCount ( ) : array
리턴 array

getName() 공개 메소드

public getName ( )