PHP Class Go\Aop\Framework\AroundInterceptor

Inheritance: extends BaseInterceptor, implements Go\Aop\AdviceAround
Afficher le fichier Open project: goaop/framework Class Usage Examples

Méthodes publiques

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

Method Details

invoke() public méthode

Around 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()}