void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
mixed avg(string $column) Retrieve the average of the values of a given column. Parameters string $column Return Value mixed
$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this
array getQueuedCookies() Get the cookies which have been queued for the next request. Return Value array
static array getParameters() Get the global parameter map. Return Value array
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
Collection keys() Get the keys of the collection items. Return Value Collection
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
$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.
Page 76 of 996