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
Search
Adapter
Mysql
Query
QueryContainerFactory.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Search\Adapter\Mysql\Query
;
7
14
class
QueryContainerFactory
15
{
21
protected
$objectManager
=
null
;
22
28
protected
$instanceName
=
null
;
29
36
public
function
__construct
(
37
\
Magento
\Framework\
ObjectManagerInterface
$objectManager
,
38
$instanceName
= \
Magento
\Framework\
Search
\
Adapter
\Mysql\Query\QueryContainer::class
39
) {
40
$this->objectManager =
$objectManager
;
41
$this->instanceName =
$instanceName
;
42
}
43
50
public
function
create
(array
$data
= [])
51
{
52
return
$this->objectManager->create($this->instanceName,
$data
);
53
}
54
}
Magento\Framework\Search\Adapter\Mysql\Query
Magento\Framework\ObjectManagerInterface
Definition:
ObjectManagerInterface.php:12
Magento\Framework\Search\Adapter\Mysql\Query\QueryContainerFactory
Definition:
QueryContainerFactory.php:14
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Magento\Framework\Search\Adapter\Mysql\Query\QueryContainerFactory\$objectManager
$objectManager
Definition:
QueryContainerFactory.php:21
Magento\Framework\Search\Adapter\Mysql\Query\QueryContainerFactory\create
create(array $data=[])
Definition:
QueryContainerFactory.php:50
Magento\Framework\Search\Adapter\Mysql\Adapter
Definition:
Adapter.php:21
Magento\Framework\Search\Adapter\Mysql\Query\QueryContainerFactory\$instanceName
$instanceName
Definition:
QueryContainerFactory.php:28
Magento
Magento\Framework\Search\Adapter\Mysql\Query\QueryContainerFactory\__construct
__construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName=\Magento\Framework\Search\Adapter\Mysql\Query\QueryContainer::class)
Definition:
QueryContainerFactory.php:36
Magento\Framework\Search\Search
Definition:
Search.php:13