FailedTableCommand::warn()

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

Factory::validate()

void validate(array $data, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given data against the provided rules. Parameters array $data array $rules array $messages array $customAttributes Return Value void Exceptions ValidationException

AbstractPaginator::items()

array items() Get the slice of items being paginated. Return Value array

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

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