DatabaseNotification::removeObservableEvents()

void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void

Route::forgetParameter()

void forgetParameter(string $name) Unset a parameter on the route if it is set. Parameters string $name Return Value void

SparkPostTransport::setKey()

string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string

LengthAwarePaginator::offsetGet()

mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed

SqlServerGrammar::compileDrop()

string compileDrop(Blueprint $blueprint, Fluent $command) Compile a drop table command. Parameters Blueprint $blueprint Fluent $command Return Value string

PostgresGrammar::compileColumnExists()

string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string

SqlServerGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array

ProviderMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Grammar::getDateFormat()

string getDateFormat() Get the format for database stored dates. Return Value string

MessageBag::setFormat()

$this setFormat(string $format = ':message') Set the default message format. Parameters string $format Return Value $this