fixed comment. The parent ACL is not accessed in this method.

This commit is contained in:
Jörn Lang 2012-11-12 14:55:56 +01:00
parent 15a5868ab4
commit b3a8efd6cd

View File

@ -122,10 +122,8 @@ class PermissionGrantingStrategy implements PermissionGrantingStrategyInterface
* permission/identity combination. * permission/identity combination.
* *
* This process is repeated until either a granting ACE is found, or no * This process is repeated until either a granting ACE is found, or no
* permission/identity combinations are left. In the latter case, we will * permission/identity combinations are left. Finally, we will either throw
* call this method on the parent ACL if it exists, and isEntriesInheriting * an NoAceFoundException, or deny access.
* is true. Otherwise, we will either throw an NoAceFoundException, or deny
* access finally.
* *
* @param AclInterface $acl * @param AclInterface $acl
* @param array $aces An array of ACE to check against * @param array $aces An array of ACE to check against