Documentation

Horde_Perms_Permission_Kolab_AclIterator
in package
implements IteratorAggregate

Maps Kolab_Storage ACL to the Horde permission system.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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
Return values
mixed

Search results