메소드 |
설명 |
|
__construct ( Illuminate\View\Factory $views ) |
Create a OutgoingMessage Instance. |
|
attachImage ( string $image ) |
Attaches an image to a message. |
|
composeMessage ( ) : Illuminate\View\Factory |
Composes a message. |
|
data ( array $data ) |
Sets the data for the view file. |
|
from ( string $number ) |
Sets the numbers messages will be sent from. |
|
getAttachImages ( ) : array |
Returns the attached image. |
|
getData ( ) : array |
Returns the view data. |
|
getFrom ( ) : string |
Gets the from address. |
|
getTo ( ) : array |
Returns the To addresses without the carriers. |
|
getToWithCarriers ( ) : array |
Returns all numbers that a message is being sent to and includes their carriers. |
|
getView ( ) : string |
Returns the current view file.Returns. |
|
isMMS ( ) : boolean |
Returns if a message is a MMS.Returns. |
|
to ( string $number, string $carrier = null ) |
Sets the to addresses. |
|
view ( string $view ) |
Sets the view file to be loaded. |
|