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