Mailable

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.

Event::before()

$this before(Closure $callback) Register a callback to be called before the operation. Parameters Closure $callback Return Value $this

PostgresConnection::rollBack()

void rollBack() Rollback the active database transaction. Return Value void

ChannelManager::sendNow()

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

HandleQueuedMessage::__construct()

void __construct(string $view, array $data, Closure $callback) Create a new job instance. Parameters string $view array $data Closure $callback Return Value void

User::created()

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

BelongsToMany::morphMap()

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

TestMakeCommand::table()

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

TestMakeCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

SesTransport

SesTransport class SesTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport