trait Illuminate / Database / Eloquent / Concerns / HasGlobalScopes

HasGlobalScopes

Methods

public static

addGlobalScope ( $scope , $implementation ) : mixed

Register a new global scope on the model.

Parameters

public static

hasGlobalScope ( $scope ) : bool

Determine if a model has a global scope.

Parameters

public static

getGlobalScope ( $scope ) : Scope |Closure |null

Get a global scope registered with the model.

Parameters

public static

getAllGlobalScopes ( ) : array

Get all of the global scopes that are currently registered.

public static

setAllGlobalScopes ( $scopes ) : void

Set the current global scopes.

Parameters

  • $scopes array
public

getGlobalScopes ( ) : array

Get the global scopes for this class instance.