Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CacheDecoratorDummy.php
Go to the documentation of this file.
1 <?php
11 
13 {
17  protected $_params;
18 
23  public function __construct(\Magento\Framework\Cache\FrontendInterface $frontend, array $params)
24  {
25  parent::__construct($frontend);
26  $this->_params = $params;
27  }
28 
32  public function getParams()
33  {
34  return $this->_params;
35  }
36 }
__construct(\Magento\Framework\Cache\FrontendInterface $frontend, array $params)
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition: website.php:18