bool relationLoaded(string $key) Determine if the given relation is loaded. Parameters string $key Return Value bool
Storage class Storage extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the res
void truncate() Run a truncate statement on the table. Return Value void
string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string
UserProvider getProvider() Get the user provider used by the guard. Return Value UserProvider
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void
BelongsToMany orWherePivotIn(string $column, mixed $values) Set an "or where in" clause for a pivot table column. Parameters string $column mixed $values Return Value BelongsToMany
Page 394 of 996