Documentation

Horde_Perms_Permission_Kolab_ElementIterator
in package
implements IteratorAggregate

Maps Horde permission elements into Kolab_Storage ACL.

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

$_elements  : array<string|int, mixed>
The Horde permission elements.
__construct()  : mixed
Constructor.
getIterator()  : mixed

Properties

$_elements

The Horde permission elements.

protected array<string|int, mixed> $_elements = array()

Methods

__construct()

Constructor.

public __construct(array<string|int, mixed> $permissions, Horde_Group_Base $groups) : mixed
Parameters
$permissions : array<string|int, mixed>

The folder permissions as provided by Horde.

$groups : Horde_Group_Base

The group handler.

Return values
mixed

Search results