PHP Класс Namshi\Notificator\Notification\Handler\SwiftMailer

Наследование: extends Namshi\Notificator\Notification\Handler\Email
Показать файл Открыть проект

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

Свойство Тип Описание
$mailer Swift_Mailer

Открытые методы

Метод Описание
__construct ( Swift_Mailer $mailer ) Constructor
getMailer ( ) : Swift_Mailer
handle ( Namshi\Notificator\NotificationInterface $notification )
shouldHandle ( Namshi\Notificator\NotificationInterface $notification )

Описание методов

__construct() публичный Метод

Constructor
public __construct ( Swift_Mailer $mailer )
$mailer Swift_Mailer

getMailer() публичный Метод

public getMailer ( ) : Swift_Mailer
Результат Swift_Mailer

handle() публичный Метод

public handle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

shouldHandle() публичный Метод

public shouldHandle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

Описание свойств

$mailer защищенное свойство

protected Swift_Mailer $mailer
Результат Swift_Mailer