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.
Exibir arquivo Open project: horde/horde Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
convertAclToMask ( ) : integer Convert the Acl string to a Horde_Perms:: mask.

Method Details

__construct() public method

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

convertAclToMask() protected method

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

toHorde() abstract public method

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
return null