2011/2/21 Dan Leech <[email protected]>: > If the interface is correct, how can the transformers access the form > data object?
They shouldn't. This was an error introduced into the interface that has since been fixed. A value transformer should transform values between two different representations without having side effects. Calling reverseTransform() once or calling reverseTransform() five times should always have the same result. Bernhard -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
