Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($name, $boost, $referenceType, $reference) | |
getType () | |
getName () | |
getBoost () | |
getReference () | |
getReferenceType () | |
Data Fields | |
const | REFERENCE_QUERY = 'query' |
const | REFERENCE_FILTER = 'filter' |
![]() | |
const | TYPE_MATCH = 'matchQuery' |
const | TYPE_BOOL = 'boolQuery' |
const | TYPE_FILTER = 'filteredQuery' |
Protected Attributes | |
$name | |
$boost | |
$referenceType | |
$reference | |
__construct | ( | $name, | |
$boost, | |||
$referenceType, | |||
$reference | |||
) |
string | $name | |
int | null | $boost | |
string | $referenceType | |
string | $reference |
Definition at line 56 of file Filter.php.
getBoost | ( | ) |
getName | ( | ) |
{Get Name
Implements QueryInterface.
Definition at line 77 of file Filter.php.
getReference | ( | ) |
getReferenceType | ( | ) |
getType | ( | ) |
{#- Get Type
Implements QueryInterface.
Definition at line 68 of file Filter.php.
|
protected |
Definition at line 34 of file Filter.php.
|
protected |
#- #-
Definition at line 27 of file Filter.php.
|
protected |
Definition at line 48 of file Filter.php.
|
protected |
Definition at line 41 of file Filter.php.
const REFERENCE_FILTER = 'filter' |
Definition at line 22 of file Filter.php.
const REFERENCE_QUERY = 'query' |
#+ Reference Types
Definition at line 20 of file Filter.php.