PHP Class Horde_Imap_Client_Data_Acl, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Imap_Client_Data_AclCommon, implements ArrayAccess, implements IteratorAggregate, implements Serializable
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_rights array ACL rights.

Méthodes publiques

Méthode Description
__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 )

Méthodes protégées

Méthode Description
_normalize ( ) Normalize virtual rights (see RFC 4314 [2.1.1]).

Method Details

__construct() public méthode

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

__toString() public méthode

String representation of the ACL.
public __toString ( ) : string
Résultat string String representation (RFC 4314 compliant).

_normalize() protected méthode

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

diff() public méthode

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

getIterator() public méthode

* IteratorAggregate method.
public getIterator ( )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )

Property Details

$_rights protected_oe property

ACL rights.
protected array $_rights
Résultat array