void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void
static Exists exists(string $table, string $column = 'NULL') Get a exists constraint builder instance. Parameters string $table string $column Return Value Exists
$this|array middleware(array|string|null $middleware = null) Get or set the middlewares attached to the route. Parameters array|string|null $middleware Return Value $this|array
mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed
Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder
mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
bool offsetExists(string $key) Determine if a piece of data is bound. Parameters string $key Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
static void creating(Closure|string $callback, int $priority) Register a creating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
Page 488 of 996