Methods |
public
static
|
bootHasGlobalScopes(): void
Boot the has global scopes trait for a model.
Boot the has global scopes trait for a model.
|
#
|
public
static
|
resolveGlobalScopeAttributes(): array
Resolve the global scope class names from the attributes.
Resolve the global scope class names from the attributes.
|
#
|
public
static
|
addGlobalScope(
Scope|(Closure(Builder<static>): mixed)|string $scope,
Scope|(Closure(Builder<static>): mixed)|null $implementation = null,
): mixed
Register a new global scope on the model.
Register a new global scope on the model.
Throws
|
#
|
public
static
|
addGlobalScopes(array $scopes): void
Register multiple global scopes on the model.
Register multiple global scopes on the model.
|
#
|
public
static
|
hasGlobalScope(Scope|string $scope): bool
Determine if a model has a global scope.
Determine if a model has a global scope.
|
#
|
public
static
|
getGlobalScope(Scope|string $scope): Scope|(Closure(Builder<static>): mixed)|null
Get a global scope registered with the model.
Get a global scope registered with the model.
|
#
|
public
static
|
getAllGlobalScopes(): array
Get all of the global scopes that are currently registered.
Get all of the global scopes that are currently registered.
|
#
|
public
static
|
setAllGlobalScopes(array $scopes): void
Set the current global scopes.
Set the current global scopes.
|
#
|
public
|
getGlobalScopes(): array
Get the global scopes for this class instance.
Get the global scopes for this class instance.
|
#
|