PHP Class Namshi\Notificator\Notification\Handler\SwiftMailer

Inheritance: extends Namshi\Notificator\Notification\Handler\Email
Afficher le fichier Open project: namshi/notificator

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( Swift_Mailer $mailer ) Constructor
getMailer ( ) : Swift_Mailer
handle ( Namshi\Notificator\NotificationInterface $notification )
shouldHandle ( Namshi\Notificator\NotificationInterface $notification )

Method Details

__construct() public méthode

Constructor
public __construct ( Swift_Mailer $mailer )
$mailer Swift_Mailer

getMailer() public méthode

public getMailer ( ) : Swift_Mailer
Résultat Swift_Mailer

handle() public méthode

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

shouldHandle() public méthode

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

Property Details

$mailer protected_oe property

protected Swift_Mailer $mailer
Résultat Swift_Mailer