I need to check if a role has ACL permission to create, modify, edit etc. on a tree node.For instance if I have a role called "Article Editors", and a node tree starting with /articles, I need to be able to check if Article Editors have Create, Edit, Delete etc. permissions, and whether that permission is allow or deny.
↧