PHP Class Neos\Flow\Session\Aspect\LoggingAspect

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Méthodes publiques

Méthode 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()

Méthodes protégées

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

Method Details

getClassName() protected méthode

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

logCollectGarbage() public méthode

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

logDestroy() public méthode

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

logRenewId() public méthode

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

logResume() public méthode

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

logStart() public méthode

Logs calls of start()
public logStart ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The current joinpoint
Résultat 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
Résultat Neos\Flow\Log\SystemLoggerInterface