PHP 클래스 IMP_Compose_Exception_Address, horde

저자: Michael Slusarz ([email protected])
상속: extends IMP_Compose_Exception, implements Countable, implements IteratorAggregate
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_addresses array The list of error addresses.

공개 메소드들

메소드 설명
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 ( )

메소드 상세

addAddress() 공개 메소드

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() 공개 메소드

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

getIterator() 공개 메소드

public getIterator ( )

프로퍼티 상세

$_addresses 보호되어 있는 프로퍼티

The list of error addresses.
protected array $_addresses
리턴 array