PHP Class Go\Aop\Framework\BeforeInterceptor

Inheritance: extends BaseInterceptor, implements Go\Aop\AdviceBefore
Datei anzeigen Open project: goaop/framework

Public Methods

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

Method Details

invoke() public method

Before invoker for joinpoint
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()},