eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Parser\IO::__construct PHP Метод

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

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;
    }