RateLimiter::clear()

void clear(string $key) Clear the hits and lockout for the given key. Parameters string $key Return Value void

MandrillTransport::send()

send(Swift_Mime_Message $message, $failedRecipients = null) {@inheritdoc} Parameters Swift_Mime_Message $message $failedRecipients

ConfigCacheCommand::error()

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

Builder::macro()

void macro(string $name, Closure $callback) Extend the builder with a given callback. Parameters string $name Closure $callback Return Value void

Store::setName()

setName($name) {@inheritdoc} Parameters $name

KeyGeneratorServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

SeedCommand::callSilent()

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

ConfigPublishCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

BelongsTo::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

Repository::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException