Phalcon\Acl\AdapterInterface initializer
Sets the default access level (Phalcon\Acl::ALLOW or Phalcon\Acl::DENY)
Returns the default ACL access level
Adds a role to the ACL list. Second parameter lets to inherit access data from other existing role
Do a role inherit from another existing role
Check whether role exist in the roles list
Check whether resource exist in the resources list
Adds a resource to the ACL list Access names can be a particular action, by example search, update, delete, etc or a list of them
Adds access to resources
Removes an access from a resource
Allow access to a role on a resource
Deny access to a role on a resource
Check whether a role is allowed to access an action from a resource
Returns the role which the list is checking if it’s allowed to certain resource/access
Returns the resource which the list is checking if some role can access it
Returns the access which the list is checking if some role can access it
Return an array with every role registered in the list
Return an array with every resource registered in the list
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Acl_AdapterInterface.html