On 20.04.2011, at 17:44, Lukas Kahwe Smith wrote:

> 
> 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.


btw .. for the above i think i initially misread the property injection as its 
defined on per service basis there is no issue at all. if you dont want to for 
example in the above case have the property injection, you simply do not 
inherit from the parent and you are done.

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

Reply via email to