PHP 클래스 Go\Aop\Framework\BeforeInterceptor

상속: extends BaseInterceptor, implements Go\Aop\AdviceBefore
파일 보기 프로젝트 열기: goaop/framework

공개 메소드들

메소드 설명
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()},