string anticipate(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
Fluent mediumText(string $column) Create a new medium text column on the table. Parameters string $column Return Value Fluent
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
$this groupBy(array $groups) Add a "group by" clause to the query. Parameters array $groups Return Value $this
bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool
int append(string $path, string $data) Append to a file. Parameters string $path string $data Return Value int
string getTable() Get the table associated with the model. Return Value string
int delete(mixed $id = null) Delete a record from the database. Parameters mixed $id Return Value int
array getVisible() Get the visible attributes for the model. Return Value array
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
Page 288 of 996