bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
string updatedAt() Get the name of the "updated at" column. Return Value string
BelongsToMany wherePivotIn(string $column, mixed $values, string $boolean = 'and', bool $not = false) Set a "where in" clause for a pivot table column. Parameters string $column mixed $values string $boolean bool $not Return Value BelongsToMany
Illuminate\Session Namespaces Illuminate\Session\Console
BelongsToMany orWherePivot(string $column, string $operator = null, mixed $value = null) Set an "or where" clause for a pivot table column. Parameters string $column string $operator mixed $value Return Value BelongsToMany
int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int
Collection keys() Get the keys of the collection items. Return Value Collection
string getFormat() Get the default message format. Return Value string
Page 517 of 996