PHP 인터페이스 Go\Aop\IntroductionAdvisor

This interface cannot be implemented directly; subinterfaces must provide the advice type implementing the introduction. Introduction is the implementation of additional interfaces (not implemented by a target) via AOP advice.
상속: extends Go\Aop\Advisor
파일 보기 프로젝트 열기: goaop/framework 0 사용 예제들

공개 메소드들

메소드 설명
getClassFilter ( ) : Go\Aop\PointFilter Return the filter determining which target classes this introduction should apply to.
validateInterfaces ( ) : void Can the advised interfaces be implemented by the introduction advice?

메소드 상세

getClassFilter() 공개 메소드

This represents the class part of a pointcut. Note that method matching doesn't make sense to introductions.
public getClassFilter ( ) : Go\Aop\PointFilter
리턴 Go\Aop\PointFilter The class filter

validateInterfaces() 공개 메소드

Invoked before adding an IntroductionAdvisor.
public validateInterfaces ( ) : void
리턴 void