On Nov 10, 2011, at 17:49 , Joel Wurtz wrote: > Many interfaces provides supports or supportsClass method to check if the > given object or class name is supported. > > There will be conflicts when a class implements 2 interfaces with supports > method or supportsClass method. > > Is it possible to add the object or class name in supports like supportsToken > for AuthentificationProviderInterface or supportsUserClass for > UserProviderInterface ?
i see your point. > The main problem i see is BC since they are many interfaces using this > methods names : ParamConverterInterface, LoaderInterface, etc... yes BC is an issue here. however did you have real world case where you ran into this issue? regards, Lukas Kahwe Smith [email protected] -- 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
