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

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

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