On 19.04.2011, at 23:13, Johannes Schmitt wrote: > Controllers are a typical use case where I would use the recently added > property injection: > > <service id="base_controller" abstract="true"> > <property name="securityContext" type="service" id="security.context" /> > </service> > > <service id="some_controller" parent="base_controller" class="MyClass"> > > </service>
Is there some syntax to override the property injection on a per service basis? otherwise it suffers from the same 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
