SettingsFactory
Table of Contents
Methods
- build() : SettingsInterface
- buildAll() : array<string|int, SettingsInterface>
- register() : void
Methods
build()
public
build(string $type) : SettingsInterface
Parameters
- $type : string
Tags
Return values
SettingsInterfacebuildAll()
public
buildAll(string $type) : array<string|int, SettingsInterface>
Parameters
- $type : string
Tags
Return values
array<string|int, SettingsInterface>register()
public
register(string $type, SettingsPageProviderInterface $provider) : void
Parameters
- $type : string
- $provider : SettingsPageProviderInterface