ListFailedCommand::argument()

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

Pivot::getHidden()

array getHidden() Get the hidden attributes for the model. Return Value array

JoinClause::lockForUpdate()

Builder lockForUpdate() Lock the selected rows in the table for updating. Return Value Builder

Pivot::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

PostgresBuilder::hasTable()

bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool

HasOneOrMany::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

MessageBag::add()

$this add(string $key, string $message) Add a message to the bag. Parameters string $key string $message Return Value $this

Request::file()

UploadedFile|array|null file(string $key = null, mixed $default = null) Retrieve a file from the request. Parameters string $key mixed $default Return Value UploadedFile|array|null

HasMany::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

QueueManager::addConnector()

void addConnector(string $driver, Closure $resolver) Add a queue connection resolver. Parameters string $driver Closure $resolver Return Value void