global_scope_manager extends facade
Facade for local_middag\framework\application\manager\global_scope_manager.
Tags
Table of Contents
Methods
- apply_all() : query_builder_interface
- get_facade_accessor() : string
- Return the service accessor key for this facade.
- get_registered_identifiers() : array<string|int, mixed>
- register() : void
Methods
apply_all()
public
static apply_all(query_builder_interface $builder[, array<string|int, mixed> $excluded = = '[]' ]) : query_builder_interface
Parameters
- $builder : query_builder_interface
- $excluded : array<string|int, mixed> = = '[]'
Return values
query_builder_interfaceget_facade_accessor()
Return the service accessor key for this facade.
public
static get_facade_accessor() : string
Return values
stringget_registered_identifiers()
public
static get_registered_identifiers() : array<string|int, mixed>
Return values
array<string|int, mixed>register()
public
static register(string $identifier, global_scope_interface $scope) : void
Parameters
- $identifier : string
- $scope : global_scope_interface