PHP Класс AppserverIo\Appserver\Core\Modules\StorageProvider\SystemConfigurationStorageProvider

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\DnsServer\StorageProvider\JsonStorageProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный метод

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