PHP 클래스 Horde_Perms_Permission_Kolab_Acl_User, horde

상속: extends Horde_Perms_Permission_Kolab_Acl
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_id string The user id.

공개 메소드들

메소드 설명
__construct ( string $acl, string $id ) Constructor.
toHorde ( array &$data ) Converts the ACL string to a Horde_Perms mask and stores it in the provided data array.

메소드 상세

__construct() 공개 메소드

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

toHorde() 공개 메소드

Converts the ACL string to a Horde_Perms mask and stores it in the provided data array.
public toHorde ( array &$data )
$data array

프로퍼티 상세

$_id 보호되어 있는 프로퍼티

The user id.
protected string $_id
리턴 string