MandrillTransport::getKey()

string getKey() Get the API key being used by the transport. Return Value string

Route::setParameter()

void setParameter(string $name, mixed $value) Set a parameter to the given value. Parameters string $name mixed $value Return Value void

Blueprint::dropTimestampsTz()

void dropTimestampsTz() Indicate that the timestamp columns should be dropped. Return Value void

TailCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

MigrateMakeCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

View::__toString()

string __toString() Get the string contents of the view. Return Value string

Dispatcher::listen()

void listen(string|array $events, mixed $listener, int $priority) Register an event listener with the dispatcher. Parameters string|array $events mixed $listener int $priority Return Value void

ResponseFactory::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

FileStore::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

RouteCacheCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int