Paginator::offsetUnset()

void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void

Rule::exists()

static Exists exists(string $table, string $column = 'NULL') Get a exists constraint builder instance. Parameters string $table string $column Return Value Exists

Route::middleware()

$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

IronQueue::push()

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

MorphMany::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder

TaggedCache::offsetGet()

mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed

StorageLinkCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

View::offsetExists()

bool offsetExists(string $key) Determine if a piece of data is bound. Parameters string $key Return Value bool

SeederMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

User::creating()

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