PHP Class Demo\Aspect\HealthyLiveAspect

Inheritance: implements Go\Aop\Aspect
Datei anzeigen Open project: goaop/framework

Protected Methods

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

Method Details

cleanTeethAfterEat() protected method

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

cleanTeethBeforeSleep() protected method

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() protected method

Pointcut for eat method
protected humanEat ( )

washUpBeforeEat() protected method

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