mixed __get(string $key) Get an input element from the request. Parameters string $key Return Value mixed
void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void
static Collection|Model[] all(array|mixed $columns = array('*')) Get all of the models from the database. Parameters array|mixed $columns Return Value Collection|Model[]
$this skip(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this
void flush() Flush the container of all bindings and resolved instances. Return Value void
open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName
void fire() Execute the console command. Return Value void
array broadcastOn() Get the channels the event should broadcast on. Return Value array
string getTablePrefix() Get the table prefix for the connection. Return Value string
$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this
Page 239 of 996