Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Context $context, ObjectManagerInterface $objectManager, StdlibString $string, Data $queryHelper=null) | |
get () | |
create (array $data=[]) | |
Data Fields | |
const | QUERY_VAR_NAME = 'q' |
__construct | ( | Context | $context, |
ObjectManagerInterface | $objectManager, | ||
StdlibString | $string, | ||
Data | $queryHelper = null |
||
) |
Context | $context | |
ObjectManagerInterface | $objectManager | |
StdlibString | $string | |
Data | null | $queryHelper |
Definition at line 61 of file QueryFactory.php.
create | ( | array | $data = [] | ) |
Create new instance
array | $data |
Definition at line 101 of file QueryFactory.php.
get | ( | ) |
{
Implements QueryFactoryInterface.
Definition at line 77 of file QueryFactory.php.
const QUERY_VAR_NAME = 'q' |
Query variable
Definition at line 23 of file QueryFactory.php.