PHP 인터페이스 Go\Aop\Advisor

파일 보기 프로젝트 열기: goaop/framework

공개 메소드들

메소드 설명
getAdvice ( ) : Advice Return the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc.

메소드 상세

getAdvice() 공개 메소드

Return the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc.
public getAdvice ( ) : Advice
리턴 Advice The advice that should apply if the pointcut matches