AclBase Class Reference

Inheritance diagram for AclBase:

Object DbAcl IniAcl

List of all members.


Public Member Functions

 check ($aro, $aco, $action="*")
 initialize (&$component)

Detailed Description

Definition at line 204 of file acl.php.


Member Function Documentation

AclBase::check ( aro,
aco,
action = "*" 
)

Empty method to be overridden in subclasses

Parameters:
string $aro ARO
string $aco ACO
string $action Action (defaults to *) public

Reimplemented in DbAcl, and IniAcl.

Definition at line 223 of file acl.php.

AclBase::initialize ( &$  component  ) 

Empty method to be overridden in subclasses

Parameters:
object $component Component public

Reimplemented in DbAcl.

Definition at line 231 of file acl.php.


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