Horde_Perms_Permission_Kolab_AclIterator
in package
implements
IteratorAggregate
Maps Kolab_Storage ACL to the Horde permission system.
Tags
Interfaces, Classes, Traits and Enums
- IteratorAggregate
Table of Contents
- $_acl : array<string|int, mixed>
- The ACL elements.
- __construct() : mixed
- Constructor.
- getIterator() : mixed
Properties
$_acl
The ACL elements.
protected
array<string|int, mixed>
$_acl
= array()
Methods
__construct()
Constructor.
public
__construct(array<string|int, mixed> $acl) : mixed
Parameters
- $acl : array<string|int, mixed>
-
The folder ACL as provided by the driver.
Return values
mixed —getIterator()
public
getIterator() : mixed