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 
14 {
23  public function __construct(
24  \Magento\Catalog\Model\Attribute\Config\Reader $reader,
25  \Magento\Framework\Config\CacheInterface $cache,
26  $cacheId = 'catalog_attributes',
27  SerializerInterface $serializer = null
28  ) {
29  parent::__construct($reader, $cache, $cacheId, $serializer);
30  }
31 }
__construct(\Magento\Catalog\Model\Attribute\Config\Reader $reader, \Magento\Framework\Config\CacheInterface $cache, $cacheId='catalog_attributes', SerializerInterface $serializer=null)
Definition: Data.php:23