PHP 클래스 Pop\Mail\Queue

저자: Nick Sagona, III ([email protected])
상속: extends SplQueue
파일 보기 프로젝트 열기: nicksagona/PopPHP 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( mixed $email = null, string $name = null ) : Queue Constructor
__toString ( ) : string Build the to string
add ( string $email, string $name = null ) : Queue Add a recipient
addRecipients ( mixed $rcpts ) : Queue Add recipients

메소드 상세

__construct() 공개 메소드

Instantiate the mail queue object.
public __construct ( mixed $email = null, string $name = null ) : Queue
$email mixed
$name string
리턴 Queue

__toString() 공개 메소드

Build the to string
public __toString ( ) : string
리턴 string

add() 공개 메소드

Add a recipient
public add ( string $email, string $name = null ) : Queue
$email string
$name string
리턴 Queue

addRecipients() 공개 메소드

Add recipients
public addRecipients ( mixed $rcpts ) : Queue
$rcpts mixed
리턴 Queue