PHP Class Neos\Flow\Session\Aspect\LoggingAspect

Mostra file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Public Methods

Method Description
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()

Protected Methods

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

Method Details

getClassName() protected method

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

logCollectGarbage() public method

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

logDestroy() public method

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

logRenewId() public method

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

logResume() public method

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

logStart() public method

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

Property Details

$systemLogger protected_oe property

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
return Neos\Flow\Log\SystemLoggerInterface