PHP 클래스 Common\Mailer\TransportFactory

파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
create ( string $type = 'mail', string $server = null, integer $port = 25, string $user = null, string $pass = null, string $encryption = null ) : Swift_Transport Create The right transport instance based on some settings

비공개 메소드들

메소드 설명
getMailTransport ( ) : Swift_MailTransport Create a new PHP Mailer Transport instance.
getSmtpTransport ( string $server, string $port, string $user, string $pass, string $encryption = null ) : Swift_SmtpTransport Create a new Smtp Mailer Transport instance.

메소드 상세

create() 공개 정적인 메소드

Create The right transport instance based on some settings
public static create ( string $type = 'mail', string $server = null, integer $port = 25, string $user = null, string $pass = null, string $encryption = null ) : Swift_Transport
$type string
$server string
$port integer
$user string
$pass string
$encryption string
리턴 Swift_Transport