PHP Class Go\Aop\Framework\AfterInterceptor

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

Méthodes publiques

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

Method Details

invoke() public méthode

After invoker
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()}