Builder::sharedLock()

Builder sharedLock() Share lock the selected rows in the table. Return Value Builder

Model::hasCast()

bool hasCast(string $key, array|string|null $types = null) Determine whether an attribute should be cast to a native type. Parameters string $key array|string|null $types Return Value bool

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