PHP 클래스 Go\Aop\Framework\AroundInterceptor

상속: extends BaseInterceptor, implements Go\Aop\AdviceAround
파일 보기 프로젝트 열기: goaop/framework 1 사용 예제들

공개 메소드들

메소드 설명
invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed Around invoker

메소드 상세

invoke() 공개 메소드

Around 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()}