PHP 클래스 Phosphorum\Mail\SendSpool

Sends e-mails to users in the spool
상속: extends Phalcon\Di\Injectable
파일 보기 프로젝트 열기: phalcon/forum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$mailer
$transport

공개 메소드들

메소드 설명
consumeQueue ( ) Check the queue from Beanstalk and send the notifications scheduled there
send ( Phosphorum\Models\Notifications $notification )
sendRemaining ( ) Check notifications marked as not send on the databases and send them

메소드 상세

consumeQueue() 공개 메소드

Check the queue from Beanstalk and send the notifications scheduled there
public consumeQueue ( )

send() 공개 메소드

public send ( Phosphorum\Models\Notifications $notification )
$notification Phosphorum\Models\Notifications

sendRemaining() 공개 메소드

Check notifications marked as not send on the databases and send them
public sendRemaining ( )

프로퍼티 상세

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

protected $mailer

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

protected $transport