Revoke ACL Permissions in Symfony

Class, Service Definition and Usage: https://gist.github.com/1539784

I was doing some work on a project which required me to revoke the permissions of a user and couldn’t find anything that showed me how to do it so I did some research and came up with this little class which abstracts the verbosity of dealing with such a powerful ACL system.

Hopefully some others get some use out of it!