PHP Class IMP_Compose_Exception_Address, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Compose_Exception, implements Countable, implements IteratorAggregate
Mostrar archivo Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_addresses array The list of error addresses.

Public Methods

Method Description
addAddress ( Horde_Mail_Rfc822_Object $address, Exception | string $msg, integer $level = self::BAD ) Add an address to the bad list.
count ( ) : integer Returns the number of error addresses.
getIterator ( )

Method Details

addAddress() public method

Add an address to the bad list.
public addAddress ( Horde_Mail_Rfc822_Object $address, Exception | string $msg, integer $level = self::BAD )
$address Horde_Mail_Rfc822_Object Bad address.
$msg Exception | string Error message.
$level integer Severity level.

count() public method

Returns the number of error addresses.
public count ( ) : integer
return integer The number of error addresses.

getIterator() public method

public getIterator ( )

Property Details

$_addresses protected_oe property

The list of error addresses.
protected array $_addresses
return array