PHP 클래스 Horde_Imap_Client_Data_AclCommon, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_virtual array List of virtual rights (RFC 4314 [2.1.1]).

공개 메소드들

메소드 설명
getString ( integer $type = self::RFC_4314 ) : string Returns the raw string to use in IMAP server calls.

메소드 상세

getString() 공개 메소드

Returns the raw string to use in IMAP server calls.
public getString ( integer $type = self::RFC_4314 ) : string
$type integer The RFC type to use (RFC_* constant).
리턴 string The string representation of the ACL.

프로퍼티 상세

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

List of virtual rights (RFC 4314 [2.1.1]).
protected array $_virtual
리턴 array