PHP Class Phosphorum\Mail\SendSpool

Sends e-mails to users in the spool
Inheritance: extends Phalcon\Di\Injectable
Afficher le fichier Open project: phalcon/forum Class Usage Examples

Protected Properties

Свойство Type Description
$mailer
$transport

Méthodes publiques

Méthode Description
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

Method Details

consumeQueue() public méthode

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

send() public méthode

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

sendRemaining() public méthode

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

Property Details

$mailer protected_oe property

protected $mailer

$transport protected_oe property

protected $transport