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

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

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

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

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

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

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