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

SeederMakeCommand::getOutput()

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

View::offsetExists()

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

StorageLinkCommand::hasArgument()

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

TaggedCache::offsetGet()

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

MorphMany::getBaseQuery()

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

FileEnvironmentVariablesLoader::load()

array load(string $environment = null) Load the environment variables for the given environment. Parameters string $environment Return Value array

LengthAwarePaginator::render()

string render(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string

Paginator::render()

string render(string|null $view = null) Render the paginator using a given view. Parameters string|null $view Return Value string

Kernel::queue()

int queue(string $command, array $parameters = array()) Queue an Artisan console command by name. Parameters string $command array $parameters Return Value int