PHP 클래스 AppserverIo\Appserver\Core\Modules\StorageProvider\SystemConfigurationStorageProvider

상속: extends AppserverIo\DnsServer\StorageProvider\JsonStorageProvider
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
__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