Readonly
idRetrieves the service with given name or type from the service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Gets all instances registered in the container of the given service identifier. Used when service defined with multiple: true flag.
Checks if the service with given name or type is registered service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Sets a value for the given type or service name in the container.
Container instance id.