PHP Класс Go\Aop\Framework\AfterThrowingInterceptor

Наследование: extends BaseInterceptor, implements Go\Aop\AdviceAfter
Показать файл Открыть проект

Открытые методы

Метод Описание
invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed After throwing exception invoker

Описание методов

invoke() публичный метод

After throwing exception invoker
public invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed
$joinpoint Go\Aop\Intercept\Joinpoint the concrete joinpoint
Результат mixed the result of the call to {@link Joinpoint::proceed()}