You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes generated class code needs to be slightly changed.
Currently, the only option is to copy the whole class to another place.
You also need to extend the original one because there is no interface and \GoetasWebservices\Xsd\XsdToPhp\Writer\PHPWriter, for example, expects an instance of \GoetasWebservices\Xsd\XsdToPhp\Php\ClassGenerator.
I'd gladly provide a PR for this!
The text was updated successfully, but these errors were encountered:
I've implemented a Doctrine annotation generator, but I need to make a few simple adjustments to the generated classes (i.e. nullable parameters, adding collection/ embeddable initialization to constructors, changing setter/ getter schemes for collections etc).
Sometimes generated class code needs to be slightly changed.
Currently, the only option is to copy the whole class to another place.
You also need to extend the original one because there is no interface and
\GoetasWebservices\Xsd\XsdToPhp\Writer\PHPWriter
, for example, expects an instance of\GoetasWebservices\Xsd\XsdToPhp\Php\ClassGenerator
.I'd gladly provide a PR for this!
The text was updated successfully, but these errors were encountered: