PHP Class Horde_Perms_Permission_Kolab_AclIterator, horde

Inheritance: implements IteratorAggregate
Exibir arquivo Open project: horde/horde

Protected Properties

Property Type Description
$_acl array The ACL elements.

Public Methods

Method Description
__construct ( array $acl ) Constructor.
getIterator ( )

Method Details

__construct() public method

Constructor.
public __construct ( array $acl )
$acl array The folder ACL as provided by the driver.

getIterator() public method

public getIterator ( )

Property Details

$_acl protected_oe property

The ACL elements.
protected array $_acl
return array