mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed
string getDatabaseName() Get the name of the connected database. Return Value string
bool makeDirectory(string $path) Create a directory. Parameters string $path Return Value bool
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
static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void
void __construct() Create a new console command instance. Return Value void
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
int|null id() Get the ID for the currently authenticated user. Return Value int|null
void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void
Page 821 of 996