PHP Class Namshi\Notificator\Notification\Handler\Emailvision

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

Protected Properties

Свойство Type Description
$emailClient

Méthodes publiques

Méthode Description
__construct ( Namshi\Notificator\Notification\Email\Emailvision\ClientInterface $emailClient ) Constructor
getEmailClient ( ) : Namshi\Notificator\Notification\Email\Emailvision\ClientInterface Returns the email client used by this handler.
handle ( Namshi\Notificator\NotificationInterface $notification )
shouldHandle ( Namshi\Notificator\NotificationInterface $notification )

Method Details

__construct() public méthode

Constructor
public __construct ( Namshi\Notificator\Notification\Email\Emailvision\ClientInterface $emailClient )
$emailClient Namshi\Notificator\Notification\Email\Emailvision\ClientInterface

getEmailClient() public méthode

Returns the email client used by this handler.
public getEmailClient ( ) : Namshi\Notificator\Notification\Email\Emailvision\ClientInterface
Résultat Namshi\Notificator\Notification\Email\Emailvision\ClientInterface

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

$emailClient protected_oe property

protected $emailClient