|
FusionDirectory
|
This class contains all the function needed to manage acl. More...
Static Public Member Functions | |
| static | explodeRole ($role) |
| Explode a role. More... | |
| static | explodeACL ($acl) |
| Explode an acl. More... | |
| static | extractMembers (string $ms) |
| Extract members of an acl. More... | |
| static | extractACL (string $acl) |
| Extract an acl. More... | |
This class contains all the function needed to manage acl.
Definition at line 30 of file class_acl.inc.
|
static |
Explode an acl.
| string | $acl | ACL to be exploded |
Definition at line 74 of file class_acl.inc.
References extractMembers(), and htmlescape().
|
static |
Explode a role.
| string | $role | ACL role to be exploded |
Definition at line 54 of file class_acl.inc.
|
static |
Extract an acl.
| string | $acl | The acl to be extracted |
Definition at line 176 of file class_acl.inc.
|
static |
Extract members of an acl.
| $ms | The members part of the ACL |
Definition at line 122 of file class_acl.inc.
References in_array_ics().
Referenced by explodeACL().
1.8.13