PHP 클래스 Horde_Perms_Permission_Kolab_Element_User, horde

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( integer $permission, string $id ) Constructor.
getId ( ) : string Get the Kolab_Storage ACL id for this permission.
unsetInCurrent ( &$current ) Unset the element in the provided permission array.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( integer $permission, string $id )
$permission integer The folder permission as provided by Horde.
$id string The user id.

getId() 공개 메소드

Get the Kolab_Storage ACL id for this permission.
public getId ( ) : string
리턴 string The ACL string.

unsetInCurrent() 공개 메소드

Unset the element in the provided permission array.
public unsetInCurrent ( &$current )

프로퍼티 상세

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

The group id.
protected string $_id
리턴 string