0 votes

I was able to extends Doctrine 2 configuration file in order to add some specifics attributes we need on entities but the problem is that these new attributes are exported in our php files as annotations.

In fact I just need these attributes to be stored in the XML but not to be exported, is there an option for that ?

in Feature Request by
recategorized by

1 Answer

0 votes

It's interesting feature request. Right now there is no way how to omit attribute export (and nobody wanted it till now ;-) ).

But I suppose there should be a relatively easy way how we can implement it. I add your question to our feature request list.

by Skipper developer (141k points)