PHP 클래스 MailThief\Message

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

공개 프로퍼티들

프로퍼티 타입 설명
$attachments
$bcc
$cc
$data
$delay
$from
$headers
$priority
$reply_to
$sender
$subject
$to
$valid_methods array Methods that are available in Laravel but not provided by MailThief

공개 메소드들

메소드 설명
__call ( $name, $arguments )
__construct ( $view, $data )
addTextHeader ( $name, $value = null )
attach ( $pathToFile, array $options = [] )
attachData ( $data, $name, array $options = [] )
bcc ( $address, $name = null )
cc ( $address, $name = null )
contains ( $text, $part = 'html' )
from ( $address, $name = null )
fromRaw ( $body )
fromView ( $view, $data )
getBody ( $part = 'html' )
getSwiftMessage ( )
hasRecipient ( $email )
priority ( $level )
recipients ( )
replyTo ( $address, $name = null )
sender ( $address, $name = null )
subject ( $subject )
to ( $address, $name = null )

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__construct() 공개 메소드

public __construct ( $view, $data )

addTextHeader() 공개 메소드

public addTextHeader ( $name, $value = null )

attach() 공개 메소드

public attach ( $pathToFile, array $options = [] )
$options array

attachData() 공개 메소드

public attachData ( $data, $name, array $options = [] )
$options array

bcc() 공개 메소드

public bcc ( $address, $name = null )

cc() 공개 메소드

public cc ( $address, $name = null )

contains() 공개 메소드

public contains ( $text, $part = 'html' )

from() 공개 메소드

public from ( $address, $name = null )

fromRaw() 공개 정적인 메소드

public static fromRaw ( $body )

fromView() 공개 정적인 메소드

public static fromView ( $view, $data )

getBody() 공개 메소드

public getBody ( $part = 'html' )

getSwiftMessage() 공개 메소드

public getSwiftMessage ( )

hasRecipient() 공개 메소드

public hasRecipient ( $email )

priority() 공개 메소드

public priority ( $level )

recipients() 공개 메소드

public recipients ( )

replyTo() 공개 메소드

public replyTo ( $address, $name = null )

sender() 공개 메소드

public sender ( $address, $name = null )

subject() 공개 메소드

public subject ( $subject )

to() 공개 메소드

public to ( $address, $name = null )

프로퍼티 상세

$attachments 공개적으로 프로퍼티

public $attachments

$bcc 공개적으로 프로퍼티

public $bcc

$cc 공개적으로 프로퍼티

public $cc

$data 공개적으로 프로퍼티

public $data

$delay 공개적으로 프로퍼티

public $delay

$from 공개적으로 프로퍼티

public $from

$headers 공개적으로 프로퍼티

public $headers

$priority 공개적으로 프로퍼티

public $priority

$reply_to 공개적으로 프로퍼티

public $reply_to

$sender 공개적으로 프로퍼티

public $sender

$subject 공개적으로 프로퍼티

public $subject

$to 공개적으로 프로퍼티

public $to

$valid_methods 공개적으로 프로퍼티

Methods that are available in Laravel but not provided by MailThief
public array $valid_methods
리턴 array