PHP 클래스 YQueueMail

부터: 0.1
저자: yupe team ([email protected])
상속: extends yupe\components\Mail
파일 보기 프로젝트 열기: yupe/yupe

공개 프로퍼티들

프로퍼티 타입 설명
$queueComponent string
$queueMailWorkerId integer

공개 메소드들

메소드 설명
getQueueComponent ( ) : mixed
send ( string $from, array | string $to, string $theme, string $body, boolean | false $isText = false, $replyTo = [] ) : mixed

메소드 상세

getQueueComponent() 공개 메소드

public getQueueComponent ( ) : mixed
리턴 mixed

send() 공개 메소드

public send ( string $from, array | string $to, string $theme, string $body, boolean | false $isText = false, $replyTo = [] ) : mixed
$from string
$to array | string
$theme string
$body string
$isText boolean | false
리턴 mixed

프로퍼티 상세

$queueComponent 공개적으로 프로퍼티

public string $queueComponent
리턴 string

$queueMailWorkerId 공개적으로 프로퍼티

public int $queueMailWorkerId
리턴 integer