PHP 클래스 Webiny\Component\Mailer\Bridge\Sendgrid\Sendgrid

상속: implements Webiny\Component\Mailer\Bridge\MailerInterface
파일 보기 프로젝트 열기: Webiny/Framework

공개 메소드들

메소드 설명
getMessage ( ConfigObject $config ) : Webiny\Component\Mailer\MessageInterface Returns an instance of MessageInterface.
getTransport ( ConfigObject $config ) : Webiny\Component\Mailer\TransportInterface Returns an instance of TransportInterface.

메소드 상세

getMessage() 공개 정적인 메소드

Returns an instance of MessageInterface.
public static getMessage ( ConfigObject $config ) : Webiny\Component\Mailer\MessageInterface
$config Webiny\Component\Config\ConfigObject The configuration of current mailer
리턴 Webiny\Component\Mailer\MessageInterface

getTransport() 공개 정적인 메소드

Returns an instance of TransportInterface.
public static getTransport ( ConfigObject $config ) : Webiny\Component\Mailer\TransportInterface
$config Webiny\Component\Config\ConfigObject The configuration of current mailer.
리턴 Webiny\Component\Mailer\TransportInterface