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

파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
factory ( AppserverIo\Server\Interfaces\ServerContextInterface $serverContext, AppserverIo\Server\Interfaces\ModuleConfigurationInterface $moduleConfiguration ) : AppserverIo\DnsServer\StorageProvider\StorageProviderInterface Factory method to create a new DNS resolver instance.

메소드 상세

factory() 공개 정적인 메소드

Factory method to create a new DNS resolver instance.
public static factory ( AppserverIo\Server\Interfaces\ServerContextInterface $serverContext, AppserverIo\Server\Interfaces\ModuleConfigurationInterface $moduleConfiguration ) : AppserverIo\DnsServer\StorageProvider\StorageProviderInterface
$serverContext AppserverIo\Server\Interfaces\ServerContextInterface The server context for the resolver
$moduleConfiguration AppserverIo\Server\Interfaces\ModuleConfigurationInterface The module configuration with the initialization parameters
리턴 AppserverIo\DnsServer\StorageProvider\StorageProviderInterface The initialized DNS resolver