PHP Class Horde_Imap_Client_Data_AclRights, horde

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

Protected Properties

Свойство Type Description
$_optional array ACL optional rights.
$_required array ACL required rights.

Méthodes publiques

Méthode Description
__construct ( array $required = [], array $optional = [] ) Constructor.
__toString ( ) : string String representation of the ACL.
current ( )
key ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
rewind ( )
serialize ( )
unserialize ( $data )
valid ( )

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 ( array $required = [], array $optional = [] )
$required array The required rights (see RFC 4314 [2.1]).
$optional array The optional 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 ( )

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

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 )

rewind() public méthode

public rewind ( )

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )

valid() public méthode

public valid ( )

Property Details

$_optional protected_oe property

ACL optional rights.
protected array $_optional
Résultat array

$_required protected_oe property

ACL required rights.
protected array $_required
Résultat array