PHP Class Ingo_Rule_Addresses, horde

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

Protected Properties

Property Type Description
$_addr Horde_Mail_Rfc822_List Address list.
$_perm string Permission name.

Public Methods

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

Protected Methods

Method Description
_setAddressesException ( $addr_count, $max ) : Ingo_Excception

Method Details

__construct() public method

public __construct ( )

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $data )

_setAddressesException() protected method

protected _setAddressesException ( $addr_count, $max ) : Ingo_Excception
return Ingo_Excception

addAddresses() public method

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

count() public method

public count ( )

Property Details

$_addr protected property

Address list.
protected Horde_Mail_Rfc822_List $_addr
return Horde_Mail_Rfc822_List

$_perm protected property

Permission name.
protected string $_perm
return string