Application::loadEnvironmentFrom()

$this loadEnvironmentFrom(string $file) Set the environment file to be loaded during bootstrapping. Parameters string $file Return Value $this

ClearResetsCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

RefreshCommand::options()

array options() Get all of the options passed to the command. Return Value array

MySqlGrammar::prepareBindingsForUpdate()

array prepareBindingsForUpdate(array $bindings, array $values) Prepare the bindings for an update statement. Parameters array $bindings array $values Return Value array

Collection::getQueueableClass()

string|null getQueueableClass() Get the type of the entities being queued. Return Value string|null

HasLink

HasLink class HasLink extends PageConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $text, string|null $url = null) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the link is found in the given crawler. string getFailureDescription() Returns the description of the failure.

Bus::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

Relation::createdAt()

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

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

DownCommand::fire()

void fire() Execute the console command. Return Value void