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.
显示文件
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 Details
__construct()
public method
convertAclToMask()
protected method
Convert the Acl string to a Horde_Perms:: mask.
toHorde()
abstract public method
Convert the Acl string to a Horde_Perms:: mask and store it in the
provided data array.