array getQueryLog() Get the connection query log. Return Value array
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
bool wantsJson() Determine if the current request is asking for JSON in return. Return Value bool
$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
PDO connect(array $config) Establish a database connection. Parameters array $config Return Value PDO
void alias(string $abstract, string $alias) Alias a type to a different name. Parameters string $abstract string $alias Return Value void
$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this
mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed
Page 575 of 996