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
string getTablePrefix() Get the table prefix for the connection. Return Value string
array broadcastOn() Get the channels the event should broadcast on. Return Value array
bool runningUnitTests() Determine if we are running unit tests. Return Value bool
$this setConnection(string $name) Set the connection associated with the model. Parameters string $name Return Value $this
string getTable() Get the table the blueprint describes. Return Value string
Page 238 of 996