Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Data.php
Go to the documentation of this file.
1 <?php
7 
9 
16 {
25  public function __construct(
26  \Magento\Framework\Search\SearchEngine\Config\Reader $reader,
27  \Magento\Framework\Config\CacheInterface $cache,
28  $cacheId = 'search_engine_config_cache',
29  SerializerInterface $serializer = null
30  ) {
31  parent::__construct($reader, $cache, $cacheId, $serializer);
32  }
33 }
__construct(\Magento\Framework\Search\SearchEngine\Config\Reader $reader, \Magento\Framework\Config\CacheInterface $cache, $cacheId='search_engine_config_cache', SerializerInterface $serializer=null)
Definition: Data.php:25