bool push() Save the model and all of its relationships. Return Value bool
string getRememberToken() Get the "remember me" token value. Return Value string
mixed max(callable|string|null $callback = null) Get the max value of a given key. Parameters callable|string|null $callback Return Value mixed
void registerRestartCommand() Register the queue restart console command. Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
string format(string $default = 'html') Get the data format expected in the response. Parameters string $default Return Value string
void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void
$this priority(int $level = 3) Set the priority of this message. The value is an integer where 1 is the highest priority and 5 is the lowest. Parameters int $level Return Value $this
mixed driver(string $driver = null) Get a driver instance. Parameters string $driver Return Value mixed
static Collection hydrateRaw(string $query, array $bindings = array(), string|null $connection = null) Create a collection of models from a raw query. Parameters string $query array $bindings string|null $connection Return Value Collection
Page 526 of 996