Context
class Context extends Facade
Properties
| static protected | $app | The application instance being facaded. |
from Facade |
| static protected array | $resolvedInstance | The resolved object instances. |
from Facade |
| static protected bool | $cached | Indicates if the resolved instance should be cached. |
from Facade |
Methods
Get the registered name of the component.
Resolve the facade root instance from the coroutine context.
Clear a resolved facade instance.
Handle dynamic, static calls to the object.
No description
No description
No description
No description
<string, mixed> exceptHidden(array<int, string> $keys)
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
in
Facade at line 55
static void
resolved(Closure $callback)
Run a Closure when the facade has been resolved.
Boot-only. The callback is registered on the worker-global container and runs for every subsequent resolution of the facade accessor.
in
Facade at line 71
static
spy()
Convert the facade into a Mockery spy.
in
Facade at line 89
static
partialMock()
Initiate a partial mock on the facade.
Tests only. Swaps the resolved facade instance for the worker lifetime.
in
Facade at line 105
static
shouldReceive()
Initiate a mock expectation on the facade.
Tests only. Swaps the resolved facade instance for the worker lifetime.
in
Facade at line 121
static
expects()
Initiate a mock expectation on the facade.
Tests only. Swaps the resolved facade instance for the worker lifetime.
in
Facade at line 135
static protected
createFreshMockInstance()
Create a fresh mock instance for the given class.
in
Facade at line 147
static protected
createMock()
Create a fresh mock instance for the given class.
in
Facade at line 157
static protected bool
isMock()
Determines whether a mock is set as the instance of the facade.
in
Facade at line 168
static protected string|null
getMockableClass()
Get the mockable class for the bound instance.
in
Facade at line 184
static
swap(mixed $instance)
Hotswap the underlying instance behind the facade.
Tests only. Replaces the worker-wide resolved facade instance and container binding; runtime use races across coroutines and changes every subsequent facade call.
in
Facade at line 196
static bool
isFake()
Determines whether a "fake" has been set as the facade instance.
in
Facade at line 207
static mixed
getFacadeRoot()
Get the root object behind the facade.
at line 65
static protected string
getFacadeAccessor()
Get the registered name of the component.
at line 76
static protected mixed
resolveFacadeInstance(string $name)
Resolve the facade root instance from the coroutine context.
Bypasses the container — the Repository is stored per-coroutine via CoroutineContext, not as a container binding.
in
Facade at line 246
static void
clearResolvedInstance(string|null $name = null)
Clear a resolved facade instance.
Boot or tests only. Clears a worker-wide facade cache entry; concurrent coroutines may still hold the previous resolved instance.
in
Facade at line 257
static void
clearResolvedInstances()
Clear all of the resolved instances.
Boot or tests only. Clears the worker-wide facade cache; concurrent coroutines may still hold previously resolved instances.
in
Facade at line 265
static Collection
defaultAliases()
Get the application default aliases.
in
Facade at line 324
static
getFacadeApplication()
Get the application instance behind the facade.
in
Facade at line 337
static void
setFacadeApplication(mixed $app)
Set the application instance.
Tests only. Replaces the worker-wide facade application reference; runtime use races across coroutines and breaks every facade lookup.
in
Facade at line 347
static
__callStatic(string $method, array $args)
Handle dynamic, static calls to the object.
at line 60
static Repository
getInstance()
No description
at line 60
static bool
hasInstance()
No description
at line 60
static bool
has(string $key)
No description
at line 60
static bool
missing(string $key)
No description
at line 60
static void
array()
<string, mixed> exceptHidden(array<int, string> $keys)
at line 60
static mixed
get(string $key, mixed $default = 'null')
No description
at line 60
static mixed
pull(string $key, mixed $default = 'null')
No description
at line 60
static Repository
add(array<string $, mixed>|string $key, mixed $value = 'null')
No description
at line 60
static Repository
addIf(string $key, mixed $value)
No description
at line 60
static mixed
remember(string $key, mixed $value)
No description
at line 60
static Repository
forget(array<int $, string>|string $key)
No description
at line 60
static Repository
push(string $key, mixed ...$values)
No description
at line 60
static mixed
pop(string $key)
No description
at line 60
static bool
stackContains(string $key, mixed $value, bool $strict = 'false')
No description
at line 60
static Repository
increment(string $key, int $amount = '1')
No description
at line 60
static Repository
decrement(string $key, int $amount = '1')
No description
at line 60
static bool
hasHidden(string $key)
No description
at line 60
static bool
missingHidden(string $key)
No description
at line 60
static mixed
getHidden(string $key, mixed $default = 'null')
No description
at line 60
static mixed
pullHidden(string $key, mixed $default = 'null')
No description
at line 60
static Repository
addHidden(array<string $, mixed>|string $key, mixed $value = 'null')
No description
at line 60
static Repository
addHiddenIf(string $key, mixed $value)
No description
at line 60
static mixed
rememberHidden(string $key, mixed $value)
No description
at line 60
static Repository
forgetHidden(array<int $, string>|string $key)
No description
at line 60
static Repository
pushHidden(string $key, mixed ...$values)
No description
at line 60
static mixed
popHidden(string $key)
No description
at line 60
static bool
hiddenStackContains(string $key, mixed $value, bool $strict = 'false')
No description
at line 60
static mixed
scope(callable $callback, array<string $, mixed> $data = '[]', mixed> $hidden = '[]')
No description
at line 60
static bool
isEmpty()
No description
at line 60
static Repository
flush()
No description
at line 60
static Repository
replicate()
No description
at line 60
static Repository
dehydrating(callable $callback)
No description
at line 60
static Repository
hydrated(callable $callback)
No description
at line 60
static Repository
handleUnserializeExceptionsUsing(callable|null $callback)
No description
at line 60
static void
flushState()
No description
at line 60
static Repository|mixed
when(Closure|mixed $value = 'null', null|callable $callback = 'null', null|callable $default = 'null')
No description
at line 60
static Repository|mixed
unless(Closure|mixed $value = 'null', null|callable $callback = 'null', null|callable $default = 'null')
No description
at line 60
static void
macro(string $name, callable|object $macro)
No description
at line 60
static void
mixin(object $mixin, bool $replace = 'true')
No description
at line 60
static bool
hasMacro(string $name)
No description
at line 60
static void
flushMacros()
No description
at line 60
static Model
restoreModel(ModelIdentifier $value)
No description