Add aspect reflection class
Matthimatiker opened this issue · 1 comments
Matthimatiker commented
Create an aspect reflection class that provides simplified access to aspect specific components like pointcuts and advices.
Use the new reflection class to refactor the AspectPHP_Advice_Extractor class.
Matthimatiker commented
The class AspectPHP_Reflection_Aspect may be used to inspect aspects.
Used the new reflection class to refactor the code that extracts advisors.