-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Missing Traits and Use when using method ClassGenerator::fromReflection(new ClassReflection($class)) #51
Comments
@cao-minh-duc laminas-code/src/Generator/TraitGenerator.php Lines 16 to 26 in d5283e9
|
Tks u. But i'm talking about Generate a Class contain Traits. Not Generate a Trait |
@cao-minh-duc
|
Yes. I see that and it also in
|
@cao-minh-duc To understand what your goal is, some example code would be helpful here. |
-- \App\Models\User
-- Generate logic
-- Result
-- Expect
|
@cao-minh-duc |
Feature Request
Summary
I'm now a having some classes using "Trait" -> try using ClassGenerator but it generate all method, properties, constants of Trait instead of generate Trait.
The text was updated successfully, but these errors were encountered: