PHP Class AppserverIo\Appserver\Core\Modules\StorageProvider\SystemConfigurationStorageProvider

Inheritance: extends AppserverIo\DnsServer\StorageProvider\JsonStorageProvider
Show file Open project: appserver-io/appserver

Public Methods

Method Description
__construct ( AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface $systemConfiguration, AppserverIo\Server\Interfaces\ModuleConfigurationInterface $moduleConfiguration ) Initializes the storage provider by loading the configuration values from the passed module configuration.

Method Details

__construct() public method

Initializes the storage provider by loading the configuration values from the passed module configuration.
public __construct ( AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface $systemConfiguration, AppserverIo\Server\Interfaces\ModuleConfigurationInterface $moduleConfiguration )
$systemConfiguration AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface The system configuration
$moduleConfiguration AppserverIo\Server\Interfaces\ModuleConfigurationInterface The module configuration