I\'ve an entity I usually serialize using the JMS Serializer bundle. I have to add to the serialization some fields that doesn\'t reside in the entity itself but are gathere
I am surprised why nobody have suggested a much more easier way. You need just to use @VirtualProperty:
getTitle() . $this->getPromo(); }