CollectionKey
class CollectionKey extends Facade (View source)
Properties
static protected | $app | from Facade | |
static protected array | $resolvedInstance | The resolved object instances. |
from Facade |
Methods
Resolve the facade root instance from the container.
Get the registered name of the component.
Get the application instance behind the facade.
Handle dynamic, static calls to the object.
No description
No description
We need this here for old package installers that call CollectionKey::add()
Details
in
Facade at line 23
static mixed
getFacadeRoot()
Get the root object behind the facade.
in
Facade at line 35
static protected mixed
resolveFacadeInstance(string $name)
Resolve the facade root instance from the container.
static string
getFacadeAccessor()
Get the registered name of the component.
in
Facade at line 65
static
clearResolvedInstance(string $name)
Clear a resolved facade instance.
in
Facade at line 73
static
clearResolvedInstances()
Clear all of the resolved instances.
in
Facade at line 83
static Application
getFacadeApplication()
Get the application instance behind the facade.
in
Facade at line 93
static
setFacadeApplication(Application $app)
Set the application instance.
static mixed
__callStatic(string $method, array $args)
Handle dynamic, static calls to the object.
static
getByHandle($handle)
No description
static
getByID($akID)
No description
static
add($type, $args, $pkg = false)
deprecated
deprecated
We need this here for old package installers that call CollectionKey::add()