Documentation

Registry

Registry public interface

Table of Contents

getContainer()  : Injector|ContainerInterface
Expose the DI Container instance internally used
hasApplication()  : bool
Check if an application is present.
listApplications()  : iteratable<string|int, string>
List the available applications disregarding their readiness

Methods

getContainer()

Expose the DI Container instance internally used

public getContainer() : Injector|ContainerInterface
Return values
Injector|ContainerInterface

hasApplication()

Check if an application is present.

public hasApplication(string $application) : bool
Parameters
$application : string
Return values
bool

listApplications()

List the available applications disregarding their readiness

public listApplications() : iteratable<string|int, string>
Return values
iteratable<string|int, string>

The identifier strings used in the DI container

Search results