Dispatcher::until()

mixed until(string $event, array $payload = array()) Fire an event until the first non-null response is returned. Parameters string $event array $payload Return Value mixed

NullFailedJobProvider::forget()

bool forget(mixed $id) Delete a single failed job from storage. Parameters mixed $id Return Value bool

Dispatcher::forget()

void forget(string $event) Remove a set of listeners from the dispatcher. Parameters string $event Return Value void

SessionTableCommand::getOutput()

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

PresenceVerifierInterface::getCount()

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. Parameters string $collection string $column string $value int $excludeId string $idColumn array $extra Return Value int

SeederMakeCommand::fire()

bool|null fire() Execute the console command. Return Value bool|null

RoutesCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

BaseCommand::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

User::toJson()

string toJson(int $options) Convert the model instance to JSON. Parameters int $options Return Value string

UrlGenerator::setRoutes()

$this setRoutes(RouteCollection $routes) Set the route collection. Parameters RouteCollection $routes Return Value $this