QueryTypeInterface
QueryTypeInterface.php
:
16
Interface
A QueryType is a pre-defined product query.
Methods¶
getName()
¶
QueryTypeInterface.php
:
39
Returns the QueryType name.
|
|
Return values
string
getQuery()
¶
QueryTypeInterface.php
:
25
Builds and returns the Query object.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$parameters | array<string, mixed> | [] |
A hash of parameters that will be used to build the Query |
Return values
getSupportedParameters()
¶
QueryTypeInterface.php
:
32
Returns an array listing the parameters supported by the QueryType.
|
|
Return values
array<string|int, string>