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