$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this
bool runningUnitTests() Determine if we are running unit tests. Return Value bool
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
open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName
void fire() Execute the console command. Return Value void
void flush() Flush the container of all bindings and resolved instances. Return Value void
$this skip(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this
static Collection|Model[] all(array|mixed $columns = array('*')) Get all of the models from the database. Parameters array|mixed $columns Return Value Collection|Model[]
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
Page 956 of 996