PHP Класс Phosphorum\Mail\SendSpool

Sends e-mails to users in the spool
Наследование: extends Phalcon\Di\Injectable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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