stop() {@inheritdoc}
mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed
bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool
$this withHeaders(array $headers) Add an array of headers to the response. Parameters array $headers Return Value $this
bool containsStrict(mixed $key, mixed $value = null) Determine if an item exists in the collection using strict comparison. Parameters mixed $key mixed $value Return Value bool
string getSql() Get the SQL for the query. Return Value string
void touch() Touch all of the related models for the relationship. Return Value void
$this weekdays() Schedule the event to run only on weekdays. Return Value $this
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
PDO getPdo() Get the current PDO connection. Return Value PDO
Page 266 of 996