Method |
Description |
|
__construct ( Go\Aop\PointFilter $classFilter, Go\Aop\IntroductionInfo $info ) |
Create a DefaultIntroductionAdvisor for the given advice. |
|
__toString ( ) : string |
Return string representation of object |
|
getAdvice ( ) : Go\Aop\Advice | Go\Aop\IntroductionInfo | null |
Returns an advice to apply |
|
getClassFilter ( ) : Go\Aop\PointFilter |
Return the filter determining which target classes this introduction should apply to. |
|
setClassFilter ( Go\Aop\PointFilter $classFilter ) |
Set the class filter for advisor |
|
validateInterfaces ( ) : void |
Can the advised interfaces be implemented by the introduction advice? |
|