public isResource (mixed $resourceName) Check whether resource exist in the resources list
public addInherit (mixed $roleName, mixed $roleToInherit) Do a role inherit from another existing role
public allow (mixed $roleName, mixed $resourceName, mixed $access, [mixed $func]) Allow
extends abstract class Phalcon\Acl\Adapter
public dropResourceAccess (mixed $resourceName, array | string $accessList) Removes an access from
public setNoArgumentsDefaultAction (mixed $defaultAccess) Sets the default access level (Phalcon\Acl::ALLOW or Phalcon\Acl::DENY)
public getNoArgumentsDefaultAction () Returns the default ACL access level for no arguments provided in isAllowed action if
public getResources () Return an array with every resource registered in the list
public getRoles () Return an array with every role registered in the list
public isRole (mixed $roleName) Check whether role exist in the roles list
Page 1 of 2