PHP 클래스 Horde_Perms_Permission_Kolab_Element_Group, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_horde_id string The Horde group id.
$_kolab_id string The Kolab group id.

공개 메소드들

메소드 설명
__construct ( integer $permission, string $id, Horde_Group_Base $groups ) 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, Horde_Group_Base $groups )
$permission integer The folder permission as provided by Horde.
$id string The group id.
$groups Horde_Group_Base The horde group handler.

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 )

프로퍼티 상세

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

The Horde group id.
protected string $_horde_id
리턴 string

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

The Kolab group id.
protected string $_kolab_id
리턴 string