eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Parser\IO::__construct PHP Method

__construct() public method

public __construct ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface $complexSettingParser )
$complexSettingParser eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ComplexSettings\ComplexSettingParserInterface
    public function __construct(ComplexSettingParserInterface $complexSettingParser)
    {
        $this->complexSettingParser = $complexSettingParser;
    }