PHP Interface 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.
Inheritance: extends Advice
Datei anzeigen Open project: goaop/framework Interface Usage Examples

Public Methods

Method Description
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

Method Details

getInterfaces() public method

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

getTraits() public method

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