Interface MutableAclProviderInterface
Provides support for creating and storing ACL instances.
- Symfony\Component\Security\Acl\Model\MutableAclProviderInterface implements Symfony\Component\Security\Acl\Model\AclProviderInterface
Namespace: Symfony\Component\Security\Acl\Model
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at MutableAclProviderInterface.php
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at MutableAclProviderInterface.php
public
|
#
createAcl(
Creates a new ACL for the given object identity. |
public
|
#
deleteAcl(
Deletes the ACL for a given object identity. |
public
|
#
updateAcl(
Persists any changes which were made to the ACL, or any associated access control entries. |
findAcl(),
findAcls(),
findChildren()
|