PHP Class Go\Aop\Framework\AfterThrowingInterceptor

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

Public Methods

Method Description
invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed After throwing exception invoker

Method Details

invoke() public method

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