Interface AclProviderInterface
Provides a common interface for retrieving ACLs.
Direct known implementers
Symfony\Component\Security\Acl\Model\MutableAclProviderInterface
Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at AclProviderInterface.php
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at AclProviderInterface.php
public
array
|
#
findChildren(
Retrieves all child object identities from the database |
public
|
#
findAcl(
Returns the ACL that belongs to the given object identity |
public
|