string|null bearerToken() Get the bearer token from the request headers. Return Value string|null
void log(string $file, int $batch) Log that a migration was run. Parameters string $file int $batch Return Value void
static Builder connection(string $name) Get a schema builder instance for a connection. Parameters string $name Return Value Builder
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
Page 154 of 996