PostgresBuilder::getColumnListing()

array getColumnListing(string $table) Get the column listing for a given table. Parameters string $table Return Value array

PolicyMakeCommand::options()

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

EventMakeCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

DatabaseNotification::setRelations()

$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this

BelongsToMany::toggle()

array toggle(mixed $ids, bool $touch = true) Toggles a model (or models) from the parent. Each existing model is detached, and non existing ones are attached. Parameters mixed $ids bool $touch Return Value array

Model::setAttribute()

$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this

Model::__toString()

string __toString() Convert the model to its string representation. Return Value string

StorageLinkCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

Factory::composers()

array composers(array $composers) Register multiple view composers via an array. Parameters array $composers Return Value array

DatabaseConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue