PHP Class Go\Aop\Framework\BeforeInterceptor

Inheritance: extends BaseInterceptor, implements Go\Aop\AdviceBefore
Afficher le fichier Open project: goaop/framework

Méthodes publiques

Méthode Description
invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed Before invoker for joinpoint

Method Details

invoke() public méthode

Before invoker for joinpoint
public invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed
$joinpoint Go\Aop\Intercept\Joinpoint the concrete joinpoint
Résultat mixed the result of the call to {@link Joinpoint::proceed()},