int firstItem() Get the "index" of the first item being paginated. Return Value int
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 getTablePrefix() Get the table prefix for the connection. Return Value string
array broadcastOn() Get the channels the event should broadcast on. Return Value array
void fire() Execute the console command. Return Value void
open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName
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[]
Page 539 of 996