SettingsTypeRegistry
Read onlyYes
    FinalYes
Table of Contents
Methods
- __construct() : mixed
- get() : SettingsTypeInterface
- has() : bool
Methods
__construct()
    public
                    __construct(ServiceLocator $types) : mixed
    Parameters
- $types : ServiceLocator
get()
    public
                    get(string $type) : SettingsTypeInterface
    Parameters
- $type : string
Return values
SettingsTypeInterfacehas()
    public
                    has(string $type) : bool
    Parameters
- $type : string