bool isDeferred() Determine if the provider is deferred. Return Value bool
static array compiles() Get a list of files that should be compiled for the package. Return Value array
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
string|array header(string $key = null, string|array|null $default = null) Retrieve a header from the request. Parameters string $key string|array|null $default Return Value string|array
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void __wakeup() Restore the model after serialization. Return Value void
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
static void restored(Closure|string $callback) Register a restored model event with the dispatcher. Parameters Closure|string $callback Return Value void
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Page 935 of 996