PHP Класс Neos\Flow\Session\Aspect\LoggingAspect

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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