PHP 클래스 Ingo_Rule_Addresses, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_addr Horde_Mail_Rfc822_List Address list.
$_perm string Permission name.

공개 메소드들

메소드 설명
__construct ( )
__get ( $name )
__set ( $name, $data )
addAddresses ( $to_add ) Add addresses to the current address list.
count ( )

보호된 메소드들

메소드 설명
_setAddressesException ( $addr_count, $max ) : Ingo_Excception

메소드 상세

__construct() 공개 메소드

public __construct ( )

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $data )

_setAddressesException() 보호된 메소드

protected _setAddressesException ( $addr_count, $max ) : Ingo_Excception
리턴 Ingo_Excception

addAddresses() 공개 메소드

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

count() 공개 메소드

public count ( )

프로퍼티 상세

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

Address list.
protected Horde_Mail_Rfc822_List $_addr
리턴 Horde_Mail_Rfc822_List

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

Permission name.
protected string $_perm
리턴 string