PHP 클래스 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.
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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.

보호된 메소드들

메소드 설명
convertAclToMask ( ) : integer Convert the Acl string to a Horde_Perms:: mask.

메소드 상세

__construct() 공개 메소드

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

convertAclToMask() 보호된 메소드

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

toHorde() 추상적인 공개 메소드

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
리턴 null