EncryptedStore::flash()

void flash(string $key, mixed $value) Flash a key / value pair to the session. Parameters string $key mixed $value 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

BootstrapPresenter::setCurrentPage()

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

CommandsServiceProvider::when()

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

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

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

View::render()

string render(callable $callback = null) Get the string contents of the view. Parameters callable $callback Return Value string Exceptions Throwable

MailgunTransport::setKey()

string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string