int|null id() Get the ID for the currently authenticated user. Return Value int|null
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
void __construct() Create a new console command instance. Return Value void
static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void
int|bool increment(string $key, mixed $value) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
string clientExtension() Get the file's extension supplied by the client. Return Value string
void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void
mixed get(string $key, mixed $default = null) Get the specified configuration value. Parameters string $key mixed $default Return Value mixed
Page 237 of 996