SEPARATOR
SEPARATOR
ACL Roles define hierarchical allowed and denied permissions.
They can be attached to user accounts for fine-grained permission control.
setAllowed(array<mixed,string>|string|null $allowed) : \Charcoal\User\Acl\AclRole
array<mixed,string>|string|null | $allowed | The allowed permissions for this role. |
If the passed arguments is not an array, null, or a comma-separated string.
Chainable
setDenied(array<mixed,string>|string|null $denied) : \Charcoal\User\Acl\AclRole
array<mixed,string>|string|null | $denied | The denied permissions for this role. |
If the passed arguments is not an array, null, or a comma-separated string.
Chainable