Asmir Mustafic

Results 525 comments of Asmir Mustafic

> And the not so easy way would probably involve using the namespace when creating the properties for the PHP classes? (type hinting class properties would be nice here..) The...

hmm, this is not a bad idea TBH. it requires php 7 (but nowadays everyone should be on php7). regarding the NULL option, it makes sense too. for some cases...

Apologies for the late answer, if you are still working on this, i'm happy to continue reviewing it

Hi, this is not possible at the moment. I have solved it adding the prefix in the root name. But it will be an interesting feature for the jms serializer,...

Reading better your message, do not understand the problem. What you have suggested in your code snippet is exactly how is implemented now

ah, i see. this is a know limitation of the jms serializer, but https://github.com/schmittjoh/serializer/pull/644 is a fix for it. planned to be resolved in 1.5 or 1.6 version of jms...

any reason to have a specific prefix? for xml-sematics prefix should be almost irrelevant

https://github.com/goetas-webservices/xsd2php/blob/d7e40e370cd930916fd58e798a55265ac132444c/src/Jms/YamlConverter.php#L150 is the part of code to edit! PR are welcome!

> This the part of code to edit! PR are welcome!