PHP Класс Go\Aop\Framework\TraitIntroductionInfo

Наследование: implements Go\Aop\IntroductionInfo
Показать файл Открыть проект

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

Метод Описание
__construct ( string | string[] $introducedInterfaces, string | string[] $introducedTraits ) Create a DefaultIntroductionAdvisor for the given 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

Описание методов

__construct() публичный Метод

Create a DefaultIntroductionAdvisor for the given advice.
public __construct ( string | string[] $introducedInterfaces, string | string[] $introducedTraits )
$introducedInterfaces string | string[] List of introduced interfaces
$introducedTraits string | string[] List of introduced traits

getInterfaces() публичный Метод

Return the additional interfaces introduced by this Advisor or Advice.
public getInterfaces ( ) : array | string[]
Результат array | string[] introduced interfaces

getTraits() публичный Метод

Return the list of traits with realization of introduced interfaces
public getTraits ( ) : array | string[]
Результат array | string[] trait implementations