static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool
void reconnect() Reconnect to the database. Return Value void Exceptions LogicException
void touchIfTouching() If we're touching the parent model, touch. Return Value void
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
bool enableForeignKeyConstraints() Enable foreign key constraints. Return Value bool
bool isDownForMaintenance() Determine if the application is currently down for maintenance. Return Value bool
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
mixed getQueueableId() Get the queueable identity for the entity. Return Value mixed
string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string
Page 253 of 996