array getColumnListing(string $table) Get the column listing for a given table. Parameters string $table Return Value array
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
array options() Get all of the options passed to the command. Return Value array
array toggle(mixed $ids, bool $touch = true) Toggles a model (or models) from the parent. Each existing model is detached, and non existing ones are attached. Parameters mixed $ids bool $touch Return Value array
$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this
string __toString() Convert the model to its string representation. Return Value string
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool
static array compiles() Get a list of files that should be compiled for the package. Return Value array
Page 252 of 996