PHP 인터페이스 Go\Aop\IntroductionInfo

If an Advice implements this, it may be used as an introduction without an IntroductionAdvisor. In this case, the advice is self-describing, providing not only the necessary behavior, but describing the interfaces it introduces.
상속: extends Advice
파일 보기 프로젝트 열기: goaop/framework 0 사용 예제들

공개 메소드들

메소드 설명
getInterfaces ( ) : array | string[] Return the additional interfaces introduced by this Advisor or Advice.
getTraits ( ) : array | string[] Return the list of traits with realization of introduced interfaces

메소드 상세

getInterfaces() 공개 메소드

Return the additional interfaces introduced by this Advisor or Advice.
public getInterfaces ( ) : array | string[]
리턴 array | string[] the introduced interfaces

getTraits() 공개 메소드

Return the list of traits with realization of introduced interfaces
public getTraits ( ) : array | string[]
리턴 array | string[] the implementations