PHP 클래스 Neos\Flow\Session\Aspect\LoggingAspect

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$systemLogger Neos\Flow\Log\SystemLoggerInterface

공개 메소드들

메소드 설명
logCollectGarbage ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Logs calls of collectGarbage()
logDestroy ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Logs calls of destroy()
logRenewId ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Logs calls of renewId()
logResume ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Logs calls of resume()
logStart ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Logs calls of start()

보호된 메소드들

메소드 설명
getClassName ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string Determines the short or full class name of the session implementation

메소드 상세

getClassName() 보호된 메소드

Determines the short or full class name of the session implementation
protected getClassName ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : string
$joinPoint Neos\Flow\Aop\JoinPointInterface
리턴 string

logCollectGarbage() 공개 메소드

Logs calls of collectGarbage()
public logCollectGarbage ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
리턴 void

logDestroy() 공개 메소드

Logs calls of destroy()
public logDestroy ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
리턴 mixed The result of the target method if it has not been intercepted

logRenewId() 공개 메소드

Logs calls of renewId()
public logRenewId ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
리턴 mixed The result of the target method if it has not been intercepted

logResume() 공개 메소드

Logs calls of resume()
public logResume ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
리턴 mixed The result of the target method if it has not been intercepted

logStart() 공개 메소드

Logs calls of start()
public logStart ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
리턴 mixed The result of the target method if it has not been intercepted

프로퍼티 상세

$systemLogger 보호되어 있는 프로퍼티

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
리턴 Neos\Flow\Log\SystemLoggerInterface