PHP 클래스 Horde_Imap_Client_Data_Acl, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Imap_Client_Data_AclCommon, implements ArrayAccess, implements IteratorAggregate, implements Serializable
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_rights array ACL rights.

공개 메소드들

메소드 설명
__construct ( string $rights = '' ) Constructor.
__toString ( ) : string String representation of the ACL.
diff ( string $rights ) : array Computes the difference to another rights string.
getIterator ( ) * IteratorAggregate method.
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
serialize ( )
unserialize ( $data )

보호된 메소드들

메소드 설명
_normalize ( ) Normalize virtual rights (see RFC 4314 [2.1.1]).

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $rights = '' )
$rights string The rights (see RFC 4314 [2.1]).

__toString() 공개 메소드

String representation of the ACL.
public __toString ( ) : string
리턴 string String representation (RFC 4314 compliant).

_normalize() 보호된 메소드

Normalize virtual rights (see RFC 4314 [2.1.1]).
protected _normalize ( )

diff() 공개 메소드

Virtual rights are ignored.
public diff ( string $rights ) : array
$rights string The rights to compute against.
리턴 array Two element array: added and removed.

getIterator() 공개 메소드

* IteratorAggregate method.
public getIterator ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

프로퍼티 상세

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

ACL rights.
protected array $_rights
리턴 array