Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
get ( string $name ) : string | null | Gets a service. | |
has ( string $name ) : boolean | Tells of the registry has the given service. | |
register ( string $name, string | callable $classOrCallable ) | Registers a new service. |
Method | Description | |
---|---|---|
registerServices ( ) | Registers the core services. |