$this from(string $table) Set the table which the query is targeting. Parameters string $table Return Value $this
void login(Authenticatable $user, bool $remember = false) Log a user into the application. Parameters Authenticatable $user bool $remember Return Value void
void question(string $string) Write a string as question output. Parameters string $string Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
bool add(string $key, mixed $value, float|int $minutes) Store an item in the cache if the key doesn't exist. Parameters string $key mixed $value float|int $minutes Return Value bool
array getOperators() Get the grammar specific operators. Return Value array
string updatedAt() Get the name of the "updated at" column. Return Value string
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed|null median(null $key = null) Get the median of a given key. Parameters null $key Return Value mixed|null
$this setFetchMode(int $fetchMode) Set the fetch mode for the database connections. Parameters int $fetchMode Return Value $this
Page 742 of 996