\Ceo\Core\AuthAcl

Mostly just a wrapper for ACL actions, allows for wildcard override

Strict flag removed for Phalcon 3.0.0, apparently the strict check on '*' was a bug.

Summary

Methods
Properties
Constants
isAllowed()
export()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

isAllowed()

isAllowed(string  $role, string  $resource, string  $action) : boolean

Check if action is allowed for role and resource

Parameters

string $role

Role name

string $resource

Resource name

string $action

Action

Returns

boolean

export()

export() : array

Export ACL roles

Returns

array