class Type extends Facade (View source)

Properties

static protected $app from  Facade
static protected array $resolvedInstance

The resolved object instances.

from  Facade

Methods

static mixed
getFacadeRoot()

Get the root object behind the facade.

from  Facade
static mixed
resolveFacadeInstance(string $name)

Resolve the facade root instance from the container.

from  Facade
static string
getFacadeAccessor()

Get the registered name of the component.

static 
clearResolvedInstance(string $name)

Clear a resolved facade instance.

from  Facade
static 
clearResolvedInstances()

Clear all of the resolved instances.

from  Facade
static Application
getFacadeApplication()

Get the application instance behind the facade.

from  Facade
static 
setFacadeApplication(Application $app)

Set the application instance.

from  Facade
static mixed
__callStatic(string $method, array $args)

Handle dynamic, static calls to the object.

from  Facade
static 
exportTranslations() deprecated

No description

Details

static mixed getFacadeRoot()

Get the root object behind the facade.

Return Value

mixed

static protected mixed resolveFacadeInstance(string $name)

Resolve the facade root instance from the container.

Parameters

string $name

Return Value

mixed

static string getFacadeAccessor()

Get the registered name of the component.

Return Value

string

Exceptions

RuntimeException

static clearResolvedInstance(string $name)

Clear a resolved facade instance.

Parameters

string $name

static clearResolvedInstances()

Clear all of the resolved instances.

static Application getFacadeApplication()

Get the application instance behind the facade.

Return Value

Application

static setFacadeApplication(Application $app)

Set the application instance.

Parameters

Application $app

static mixed __callStatic(string $method, array $args)

Handle dynamic, static calls to the object.

Parameters

string $method
array $args

Return Value

mixed

static exportTranslations() deprecated

deprecated

No description