PHP 클래스 Namshi\Notificator\Notification\Handler\SwiftMailer

상속: extends Namshi\Notificator\Notification\Handler\Email
파일 보기 프로젝트 열기: namshi/notificator

보호된 프로퍼티들

프로퍼티 타입 설명
$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