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
MatchContainer.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\Search\Adapter\Mysql\Query
;
8
9
use
Magento\Framework\Search\Request\QueryInterface
;
10
11
// @codeCoverageIgnore
12
19
class
MatchContainer
20
{
24
private
$request;
25
29
private
$conditionType;
30
36
public
function
__construct
(
QueryInterface
$request, $conditionType)
37
{
38
$this->request =
$request
;
39
$this->conditionType = $conditionType;
40
}
41
47
public
function
getRequest
()
48
{
49
return
$this->request;
50
}
51
57
public
function
getConditionType
()
58
{
59
return
$this->conditionType;
60
}
61
}
Magento\Framework\Search\Adapter\Mysql\Query\MatchContainer
Definition:
MatchContainer.php:19
Magento\Framework\Search\Adapter\Mysql\Query
Magento\Framework\Search\Request\QueryInterface
Definition:
QueryInterface.php:14
Magento\Framework\Search\Adapter\Mysql\Query\MatchContainer\getRequest
getRequest()
Definition:
MatchContainer.php:47
Magento\Framework\Search\Adapter\Mysql\Query\MatchContainer\__construct
__construct(QueryInterface $request, $conditionType)
Definition:
MatchContainer.php:36
Magento\Framework\Search\Adapter\Mysql\Query\MatchContainer\getConditionType
getConditionType()
Definition:
MatchContainer.php:57
$request
$request
Definition:
quote_with_configurable_product_last_variation.php:22