PHP 클래스 Horde_Perms_Permission_Kolab_Element, horde

파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_permission integer The permission.

공개 메소드들

메소드 설명
__construct ( integer $permission ) Constructor.
fromHorde ( ) : string Convert the Horde_Perms:: mask to a Acl string.
getId ( ) : string Get the Kolab_Storage ACL id for this permission.
unsetInCurrent ( &$current ) Unset the element in the provided permission array.

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( integer $permission )
$permission integer The folder permission as provided by Horde.

convertMaskToAcl() 보호된 메소드

Convert the a Horde_Perms:: mask to a Acl string.
protected convertMaskToAcl ( ) : string
리턴 string The ACL

fromHorde() 공개 메소드

Convert the Horde_Perms:: mask to a Acl string.
public fromHorde ( ) : string
리턴 string The ACL string.

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

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

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

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

프로퍼티 상세

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

The permission.
protected int $_permission
리턴 integer