PHP Class Horde_Perms_Permission_Kolab_Acl, horde

Copyright 2006-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $acl ) Constructor.
toHorde ( array &$data ) : null Convert the Acl string to a Horde_Perms:: mask and store it in the provided data array.

Méthodes protégées

Méthode Description
convertAclToMask ( ) : integer Convert the Acl string to a Horde_Perms:: mask.

Method Details

__construct() public méthode

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

convertAclToMask() protected méthode

Convert the Acl string to a Horde_Perms:: mask.
protected convertAclToMask ( ) : integer
Résultat integer The permission mask

toHorde() abstract public méthode

Convert the Acl string to a Horde_Perms:: mask and store it in the provided data array.
abstract public toHorde ( array &$data ) : null
$data array
Résultat null