register

Register a new factory for type Type object into storage/DI container by it's fully qualified name.

Parameters

Type

the type of object registered in storage

storage ConfigurableContainer

the storage where factory will be stored.

Return Value

Type: auto

GenericFactory implementation for further configuration.

Meta