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

no facility for adding "leafs" #27

Closed feamsr00 closed 6 years ago

feamsr00 commented 6 years ago

Description

Specifically, Class created from reflection can't be added to PhpFile. Generally, you should be able to add leafs beyond mere string creations.

Steps To Reproduce

I.E FPhpFile->add(new ClassType), ClassType->add(new Method)

@see SimpleXML