Is there any way to call setParentAcl from an AclInterface object or a MutableAclProviderInterface service in Symfony2.0 ?
I have a service based on the AclSecurityHandler in Sonata AdminBundle and need to implement a setParentAcl() function. The getParentAcl() function is available via objects of type AclInterface, but I can see no way to get to the base Acl class setParentAcl() function either via objects of type AclInterface or the MutableAclProviderInterface service that I inject via the __construct() function. Can I get to setParentAcl by injecting a different service, or by extending a different class or interface ? Thanks -- 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
