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
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
bool offsetExists(string $key) Determine if a piece of data is bound. Parameters string $key Return Value bool
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
mixed offsetGet(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed
Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder
array load(string $environment = null) Load the environment variables for the given environment. Parameters string $environment Return Value array
string render(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string
string render(string|null $view = null) Render the paginator using a given view. Parameters string|null $view Return Value string
int queue(string $command, array $parameters = array()) Queue an Artisan console command by name. Parameters string $command array $parameters Return Value int
Page 281 of 996