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
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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