FusionDirectory
Static Public Member Functions
acl Class Reference

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...
 

Detailed Description

This class contains all the function needed to manage acl.

Definition at line 30 of file class_acl.inc.

Member Function Documentation

◆ explodeACL()

static explodeACL (   $acl)
static

Explode an acl.

Parameters
string$aclACL to be exploded

Definition at line 74 of file class_acl.inc.

References extractMembers(), and htmlescape().

◆ explodeRole()

static explodeRole (   $role)
static

Explode a role.

Parameters
string$roleACL role to be exploded

Definition at line 54 of file class_acl.inc.

◆ extractACL()

static extractACL ( string  $acl)
static

Extract an acl.

Parameters
string$aclThe acl to be extracted

Definition at line 176 of file class_acl.inc.

◆ extractMembers()

static extractMembers ( string  $ms)
static

Extract members of an acl.

Parameters
$msThe members part of the ACL
Returns
an array with members

Definition at line 122 of file class_acl.inc.

References in_array_ics().

Referenced by explodeACL().


The documentation for this class was generated from the following file: