PHP 클래스 Go\Stubs\BaseInterceptorMock

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

공개 메소드들

메소드 설명
__construct ( $adviceMethod, $order, $pointcutExpression = '' )
invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed Implement this method to perform extra treatments before and after the invocation of joinpoint.
serializeAdvice ( Closure $adviceMethod )
unserializeAdvice ( array $adviceData )

메소드 상세

__construct() 공개 메소드

public __construct ( $adviceMethod, $order, $pointcutExpression = '' )

invoke() 공개 메소드

Implement this method to perform extra treatments before and after the invocation of joinpoint.
public invoke ( Go\Aop\Intercept\Joinpoint $joinpoint ) : mixed
$joinpoint Go\Aop\Intercept\Joinpoint current joinpoint
리턴 mixed the result of the call

serializeAdvice() 공개 정적인 메소드

public static serializeAdvice ( Closure $adviceMethod )
$adviceMethod Closure

unserializeAdvice() 공개 정적인 메소드

public static unserializeAdvice ( array $adviceData )
$adviceData array