PHP Class Ingo_Rule_Addresses, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Ingo_Rule, implements Countable
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_addr Horde_Mail_Rfc822_List Address list.
$_perm string Permission name.

Méthodes publiques

Méthode Description
__construct ( )
__get ( $name )
__set ( $name, $data )
addAddresses ( $to_add ) Add addresses to the current address list.
count ( )

Méthodes protégées

Méthode Description
_setAddressesException ( $addr_count, $max ) : Ingo_Excception

Method Details

__construct() public méthode

public __construct ( )

__get() public méthode

public __get ( $name )

__set() public méthode

public __set ( $name, $data )

_setAddressesException() protected méthode

protected _setAddressesException ( $addr_count, $max ) : Ingo_Excception
Résultat Ingo_Excception

addAddresses() public méthode

Add addresses to the current address list.
public addAddresses ( $to_add )

count() public méthode

public count ( )

Property Details

$_addr protected_oe property

Address list.
protected Horde_Mail_Rfc822_List $_addr
Résultat Horde_Mail_Rfc822_List

$_perm protected_oe property

Permission name.
protected string $_perm
Résultat string