nette / php-generator

🐘 Generates neat PHP code for you. Supports new PHP 8.3 features.
https://doc.nette.org/php-generator
Other
2.11k stars 138 forks source link

ClassType: Added class constants #25

Closed adaamz closed 7 years ago

adaamz commented 7 years ago

Added missing class constants when importing from ReflectionClass. I'm not sure about that visibility in php7.1, is this ok?

dg commented 7 years ago

Thanks