KeyGeneratorServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

AbstractPaginator::setPageName()

$this setPageName(string $name) Set the query string variable used to store the page. Parameters string $name Return Value $this

EncryptedStore::flash()

void flash(string $key, mixed $value) Flash a key / value pair to the session. Parameters string $key mixed $value Return Value void

BootstrapPresenter::setCurrentPage()

void setCurrentPage(int $page) Set the value of the current page. Parameters int $page Return Value void

Dispatcher::fire()

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

Factory::defineAs()

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

CommandsServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

MorphMany::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

AssetPublishCommand::getOutput()

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

Dispatcher::getCommandHandler()

bool|mixed getCommandHandler(mixed $command) Retrieve the handler for a command. Parameters mixed $command Return Value bool|mixed