PHP Класс Demo\Aspect\HealthyLiveAspect

Наследование: implements Go\Aop\Aspect
Показать файл Открыть проект

Защищенные методы

Метод Описание
cleanTeethAfterEat ( Go\Aop\Intercept\MethodInvocation $invocation ) Method that advices to clean the teeth after eating
cleanTeethBeforeSleep ( Go\Aop\Intercept\MethodInvocation $invocation ) Method that advice to clean the teeth before going to sleep
humanEat ( ) Pointcut for eat method
washUpBeforeEat ( Go\Aop\Intercept\MethodInvocation $invocation ) Washing hands before eating

Описание методов

cleanTeethAfterEat() защищенный Метод

Method that advices to clean the teeth after eating
protected cleanTeethAfterEat ( Go\Aop\Intercept\MethodInvocation $invocation )
$invocation Go\Aop\Intercept\MethodInvocation Invocation

cleanTeethBeforeSleep() защищенный Метод

Method that advice to clean the teeth before going to sleep
protected cleanTeethBeforeSleep ( Go\Aop\Intercept\MethodInvocation $invocation )
$invocation Go\Aop\Intercept\MethodInvocation Invocation

humanEat() защищенный Метод

Pointcut for eat method
protected humanEat ( )

washUpBeforeEat() защищенный Метод

Washing hands before eating
protected washUpBeforeEat ( Go\Aop\Intercept\MethodInvocation $invocation )
$invocation Go\Aop\Intercept\MethodInvocation Invocation