array getRecipients() Get the recipient information for the mailable. Return Value array
$this cc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this
$this bcc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this
MailableFake class MailableFake extends MailableMailer (View source) Properties mixed $mailable The mailable instance.
$this __call(string $method, array $parameters) Dynamically bind parameters to the message. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException
$this withSwiftMessage(callable $callback) Register a callback to be called with the Swift message instance. Parameters callable $callback Return Value $this
$this with(string|array $key, mixed $value = null) Set the view data for the message. Parameters string|array $key mixed $value Return Value $this
$this view(string $view, array $data = array()) Set the view and view data for the message. Parameters string $view array $data Return Value $this
$this to(object|array|string $address, string|null $name = null) Set the recipients of the message. Parameters object|array|string $address string|null $name Return Value $this
$this text(string $textView, array $data = array()) Set the plain text view for the message. Parameters string $textView array $data Return Value $this
Page 518 of 996