-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/Reflection extractors #1
Conversation
We need a new name to import it with no conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat implemantation 👏 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice 🔥
use ReflectionClass; | ||
use ReflectionException; | ||
|
||
class ReflectionClassExtractor implements Extractor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think about having a different concept, that we could call Transformers
. Because what it does is transform a provided class into its Reflection counterpart. It does not extract anything yet 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was also annoyed at the "extractor" method. I'll message you tomorrow about it, but I was thinking to simply call it pipe, and then people are free to do whatever 😅
No description provided.