Smile\ElasticsuiteCore\Index\Analysis\Config::__construct PHP Метод

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

Constructor.
public __construct ( Reader $reader, Magento\Framework\Config\CacheInterface $cache, string $cacheId = self::CACHE_ID )
$reader Smile\ElasticsuiteCore\Index\Analysis\Config\Reader Config file reader.
$cache Magento\Framework\Config\CacheInterface Cache instance.
$cacheId string Default config cache id.
    public function __construct(Reader $reader, CacheInterface $cache, $cacheId = self::CACHE_ID)
    {
        parent::__construct($reader, $cache, $cacheId);
    }