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
string getFormat() Get the default message format. Return Value string
Collection keys() Get the keys of the collection items. Return Value Collection
cursor($query, $bindings = array(), $useReadPdo = true) Parameters $query $bindings $useReadPdo
array toArray() Get the collection of items as a plain array. Return Value array
Collection toBase() Get a base Support collection instance from this collection. Return Value Collection
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void
Page 709 of 996