1 | <?php |
||
22 | class MatchAllQuery implements BuilderInterface |
||
23 | { |
||
24 | use ParametersTrait; |
||
25 | |||
26 | /** |
||
27 | * @param array $parameters Additional parameters. |
||
28 | */ |
||
29 | public function __construct(array $parameters = []) |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function getType() |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function toArray() |
||
50 | } |
||
51 |