1 | <?php |
||
16 | class Query { |
||
17 | |||
18 | /** |
||
19 | * @var unknown |
||
20 | */ |
||
21 | private $term; |
||
22 | |||
23 | /** |
||
24 | * @var string[string] |
||
25 | */ |
||
26 | private $facets; |
||
27 | |||
28 | /** |
||
29 | * @param unknown $term |
||
30 | */ |
||
31 | public function __construct($term) { |
||
34 | |||
35 | /** |
||
36 | * Get the search term |
||
37 | * |
||
38 | * @return string Returns the search term |
||
39 | */ |
||
40 | public function getSearchTerm() { |
||
43 | |||
44 | |||
45 | /** |
||
46 | * @return string[string] |
||
|
|||
47 | */ |
||
48 | public function getFacets() { |
||
51 | |||
52 | } |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.