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
module-config
Model
Config
BackendClone
Factory.php
Go to the documentation of this file.
1
<?php
10
namespace
Magento\Config\Model\Config\BackendClone
;
11
16
class
Factory
17
{
21
protected
$_objectManager
;
22
26
public
function
__construct
(\
Magento
\Framework\ObjectManagerInterface
$objectManager
)
27
{
28
$this->_objectManager =
$objectManager
;
29
}
30
37
public
function
create
($cloneModel)
38
{
39
return
$this->_objectManager->create($cloneModel);
40
}
41
}
$objectManager
$objectManager
Definition:
bootstrap.php:17
Magento\Config\Model\Config\BackendClone\Factory\$_objectManager
$_objectManager
Definition:
Factory.php:21
Magento\Config\Model\Config\BackendClone\Factory\create
create($cloneModel)
Definition:
Factory.php:37
Magento\Config\Model\Config\BackendClone\Factory\__construct
__construct(\Magento\Framework\ObjectManagerInterface $objectManager)
Definition:
Factory.php:26
Magento
Magento\Config\Model\Config\BackendClone\Factory
Definition:
Factory.php:16
Magento\Config\Model\Config\BackendClone
Definition:
Factory.php:10