PHP Class Go\Aop\Framework\AroundInterceptor

Inheritance: extends BaseInterceptor, implements Go\Aop\AdviceAround
Datei anzeigen Open project: goaop/framework Class Usage Examples

Public Methods

Method Description
invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed Around invoker

Method Details

invoke() public method

Around invoker
public invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed
$joinpoint Go\Aop\Intercept\Joinpoint the concrete joinpoint
return mixed the result of the call to {@link Joinpoint::proceed()}