PHP 클래스 Go\Aop\Framework\AfterInterceptor

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

공개 메소드들

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

메소드 상세

invoke() 공개 메소드

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