Create a manager instance from factory settings
Type of the configuration object
Settings including type and config
A new manager instance
Remove a registered manager type from the factory
Type of the configuration object
The manager class or type string to remove
true if the type was removed, false if it wasn't registered
Register a manager class with the factory
Type of the configuration object
The manager class to register
This factory instance for chaining
Factory for creating manager instances from registered classes
Example