Builder sharedLock() Share lock the selected rows in the table. Return Value Builder
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
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array getHidden() Get the hidden attributes for the model. Return Value array
Builder lockForUpdate() Lock the selected rows in the table for updating. Return Value Builder
static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
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
$this add(string $key, string $message) Add a message to the bag. Parameters string $key string $message Return Value $this
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
Page 152 of 996