HTML::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Guard::guest()

bool guest() Determine if the current user is a guest. Return Value bool

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

Model::destroy()

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

ClearCommand::argument()

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

RemindersTableCommand::error()

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

ModelMakeCommand::getOutput()

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

NullQueue::size()

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