PHP 인터페이스 Swift_Mailer_RecipientIterator, Halite

저자: Chris Corbyn
파일 보기 프로젝트 열기: HaliteChallenge/Halite 0 사용 예제들

공개 메소드들

메소드 설명
hasNext ( ) : boolean Returns true only if there are more recipients to send to.
nextRecipient ( ) : array Returns an array where the keys are the addresses of recipients and the values are the names. e.g. ('foo@bar' => 'Foo') or ('foo@bar' => NULL).

메소드 상세

hasNext() 공개 메소드

Returns true only if there are more recipients to send to.
public hasNext ( ) : boolean
리턴 boolean

nextRecipient() 공개 메소드

Returns an array where the keys are the addresses of recipients and the values are the names. e.g. ('foo@bar' => 'Foo') or ('foo@bar' => NULL).
public nextRecipient ( ) : array
리턴 array