Builder|Builder orWhereNotBetween(string $column, array $values) Add an or where not between statement to the query. Parameters string $column array $values Return Value Builder|Builder
CachingIterator getCachingIterator(int $flags = CachingIterator::CALL_TOSTRING) Get a CachingIterator instance. Parameters int $flags Return Value CachingIterator
string getForeignKey() Get the qualified foreign key on the related model. Return Value string
$this handle(Request $request) Send the given request through the application. This method allows you to fully customize the entire Request object. Parameters Request $request Return Value $this
void __construct(string $class, mixed $id) Create a new model identifier. Parameters string $class mixed $id Return Value void
Closure getMacro(string $name) Get the given macro by name. Parameters string $name Return Value Closure
Connection resolveConnection(string $connection) Resolve the database connection instance. Parameters string $connection Return Value Connection
$this addSelect(array|mixed $column) Add a new select column to the query. Parameters array|mixed $column Return Value $this
mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. Parameters mixed $command Return Value mixed
string url(int $page) Get the URL for a given page number. Parameters int $page Return Value string
Page 713 of 996