Mailable interface Mailable (View source) Methods void send(Mailer $mailer) Send the message using the given mailer. mixed queue(Factory $queue) Queue the given message. mixed later(DateTime|int $delay, Factory $queue) Deliver the queued message after the given delay.
$this before(Closure $callback) Register a callback to be called before the operation. Parameters Closure $callback Return Value $this
void rollBack() Rollback the active database transaction. Return Value void
void sendNow(Collection|array|mixed $notifiables, mixed $notification, array $channels = null) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification array $channels Return Value void
void __construct(string $view, array $data, Closure $callback) Create a new job instance. Parameters string $view array $data Closure $callback Return Value void
static void created(Closure|string $callback, int $priority) Register a created model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
void error(string $string) Write a string as error output. Parameters string $string Return Value void
SesTransport class SesTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport
Page 547 of 996