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

SortedMiddleware::reject()

Collection reject(callable|mixed $callback) Create a collection of all elements that do not pass a given truth test. Parameters callable|mixed $callback Return Value Collection

Application::alias()

void alias(string $abstract, string $alias) Alias a type to a different name. Parameters string $abstract string $alias Return Value void

SupportsBasicAuth

SupportsBasicAuth interface SupportsBasicAuth (View source) Methods Response|null basic(string $field = 'email', array $extraConditions = array()) Attempt to authenticate using HTTP Basic Auth. Response|null onceBasic(string $field = 'email', array $extraConditions = array()) Perform a stateless HTTP Basic login attempt.

MailChannel::__construct()

void __construct(Mailer $mailer) Create a new mail channel instance. Parameters Mailer $mailer Return Value void

AutoloadCommand::__construct()

void __construct(Composer $composer) Create a new optimize command instance. Parameters Composer $composer Return Value void

Authenticatable::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string