array when() Get the events that trigger this service provider to register. Return Value array
$this setPageName(string $name) Set the query string variable used to store the page. Parameters string $name Return Value $this
void flash(string $key, mixed $value) Flash a key / value pair to the session. Parameters string $key mixed $value Return Value void
void setCurrentPage(int $page) Set the value of the current page. Parameters int $page Return Value void
array|null fire(string|object $event, mixed $payload = array(), bool $halt = false) Fire an event and call the listeners. Parameters string|object $event mixed $payload bool $halt Return Value array|null
void defineAs(string $class, string $name, callable $attributes) Define a class with a given short-name. Parameters string $class string $name callable $attributes Return Value void
Model getParent() Get the parent model of the relation. Return Value Model
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
bool|mixed getCommandHandler(mixed $command) Retrieve the handler for a command. Parameters mixed $command Return Value bool|mixed
Page 245 of 996