ApiGen\Configuration\ConfigurationOptionsResolver::__construct PHP Method

__construct() public method

public __construct ( ApiGen\Configuration\Theme\ThemeConfigFactory $themeConfigFactory, ApiGen\Configuration\OptionsResolverFactory $optionsResolverFactory, ApiGen\Theme\ThemeConfigPathResolver $themeConfigPathResolver, FileSystem $fileSystem )
$themeConfigFactory ApiGen\Configuration\Theme\ThemeConfigFactory
$optionsResolverFactory ApiGen\Configuration\OptionsResolverFactory
$themeConfigPathResolver ApiGen\Theme\ThemeConfigPathResolver
$fileSystem ApiGen\Utils\FileSystem
    public function __construct(ThemeConfigFactory $themeConfigFactory, OptionsResolverFactory $optionsResolverFactory, ThemeConfigPathResolver $themeConfigPathResolver, FileSystem $fileSystem)
    {
        $this->themeConfigFactory = $themeConfigFactory;
        $this->optionsResolverFactory = $optionsResolverFactory;
        $this->themeConfigPathResolver = $themeConfigPathResolver;
        $this->fileSystem = $fileSystem;
    }