PHP 클래스 Namshi\Notificator\Notification\Handler\SwiftMailer
파일 보기
프로젝트 열기: namshi/notificator
보호된 프로퍼티들
공개 메소드들
메소드 |
설명 |
|
__construct ( Swift_Mailer $mailer ) |
Constructor |
|
getMailer ( ) : Swift_Mailer |
|
|
handle ( Namshi\Notificator\NotificationInterface $notification ) |
|
|
shouldHandle ( Namshi\Notificator\NotificationInterface $notification ) |
|
|
메소드 상세
public __construct ( Swift_Mailer $mailer ) |
$mailer |
Swift_Mailer |
|
public getMailer ( ) : Swift_Mailer |
리턴 |
Swift_Mailer |
|
public handle ( Namshi\Notificator\NotificationInterface $notification ) |
$notification |
Namshi\Notificator\NotificationInterface |
|
public shouldHandle ( Namshi\Notificator\NotificationInterface $notification ) |
$notification |
Namshi\Notificator\NotificationInterface |
|
프로퍼티 상세
protected Swift_Mailer $mailer |
리턴 |
Swift_Mailer |
|