PHP 클래스 Bluz\Proxy\Mailer

Example of usage use Bluz\Proxy\Mailer; $mail = Mailer::create(); $mail->From = '[email protected]'; $mail->Subject = 'Here is the subject'; ... Mailer::send($mail);
또한 보기: Instance::create()
또한 보기: Instance::send()
저자: Anton Shevchuk
상속: use trait ProxyTrait
파일 보기 프로젝트 열기: bluzphp/framework 1 사용 예제들

보호된 메소드들

메소드 설명
initInstance ( ) : Bluz\Mailer\Mailer Init instance

메소드 상세

initInstance() 보호된 정적인 메소드

Init instance
protected static initInstance ( ) : Bluz\Mailer\Mailer
리턴 Bluz\Mailer\Mailer