-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Load a class from a file template #79
Comments
Yeah, this could be implemented. I would appreciate it if you could support this project. |
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 16, 2021
dg
added a commit
that referenced
this issue
Sep 17, 2021
dg
added a commit
that referenced
this issue
Sep 17, 2021
dg
added a commit
that referenced
this issue
Sep 17, 2021
dg
added a commit
that referenced
this issue
Sep 17, 2021
dg
added a commit
that referenced
this issue
Sep 17, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
dg
added a commit
that referenced
this issue
Sep 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
Thank you for this lib and its well designed api.
Is it possible to load a class from a file?
This could avoid loading a class in the current namespace to use reflection.
It could make php tools based on this library possible. Like refactoring tool.
The usecase here is to manipulate files wherever they are, independently from the current execution context.
Something like
Factory::fromClassFile
Thanks
The text was updated successfully, but these errors were encountered: