array arguments() Get all of the arguments passed to the command. Return Value array
string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string
array provides() Get the services provided by the provider. Return Value array
string output() Get the output for the last run command. Return Value string
string getForeignKey() Get the default foreign key name for the model. Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
Request|null getRequest() Get the request instance. Return Value Request|null
void regenerateToken() Regenerate the CSRF token value. Return Value void
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
Page 650 of 996