ReversePageConstraint::matches()

bool matches(Crawler $crawler) Reverse the original page constraint result. Parameters Crawler $crawler Return Value bool

BaseCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

MigrateMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

ClearCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Model::destroy()

static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int

RemindersTableCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

ModelMakeCommand::getOutput()

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

RemindersTableCommand::error()

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

NullQueue::size()

int size(string $queue = null) Get the size of the queue. Parameters string $queue Return Value int

RouteCacheCommand::comment()

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