Facade
class Facade (View source)
Methods
static
void
swap(
mixed $instance)
Hotswap the underlying instance behind the facade.
static
Expectation
shouldReceive()
Initiate a mock expectation on the facade.
static
mixed
getFacadeRoot()
Get the root object behind the facade.
static
void
clearResolvedInstance(
string $name)
Clear a resolved facade instance.
static
void
clearResolvedInstances()
Clear all of the resolved instances.
static
Application
getFacadeApplication()
Get the application instance behind the facade.
static
void
static
mixed
__callStatic(
string $method,
array $args)
Handle dynamic, static calls to the object.
Details
at line line 31
static
void
swap(
mixed $instance)
Hotswap the underlying instance behind the facade.
at line line 180
static
Application
getFacadeApplication()
Get the application instance behind the facade.
at line line 205
static
mixed
__callStatic(
string $method,
array $args)
Handle dynamic, static calls to the object.