Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
App
Test
Unit
Cache
Frontend
FactoryTest
CacheDecoratorDummy.php
Go to the documentation of this file.
1
<?php
10
namespace
Magento\Framework\App\Test\Unit\Cache\Frontend\FactoryTest
;
11
12
class
CacheDecoratorDummy
extends
\Magento\Framework\Cache\Frontend\Decorator\Bare
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
}
Magento\Framework\DataObject\Cache
Definition:
Cache.php:15
Magento\Framework\App\Test\Unit\Cache\Frontend\FactoryTest
Definition:
CacheDecoratorDummy.php:10
Magento\Framework\App\Test\Unit\Cache\Frontend\FactoryTest\CacheDecoratorDummy\__construct
__construct(\Magento\Framework\Cache\FrontendInterface $frontend, array $params)
Definition:
CacheDecoratorDummy.php:23
Magento\Framework\App\Test\Unit\Cache\Frontend\FactoryTest\CacheDecoratorDummy\getParams
getParams()
Definition:
CacheDecoratorDummy.php:32
Magento\Framework\App\Test\Unit\Cache\Frontend\FactoryTest\CacheDecoratorDummy\$_params
$_params
Definition:
CacheDecoratorDummy.php:17
Magento\Framework\App\Test\Unit\Cache\Frontend\FactoryTest\CacheDecoratorDummy
Definition:
CacheDecoratorDummy.php:12
Magento
$params
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition:
website.php:18
Magento\Framework\Cache\Frontend\Decorator\Bare
Definition:
Bare.php:13