@api
- Since
- 100.0.2
Definition at line 12 of file QueryResult.php.
◆ __construct()
__construct |
( |
|
$queryText, |
|
|
|
$resultsCount |
|
) |
| |
- Parameters
-
string | $queryText | |
string | $resultsCount | |
Definition at line 28 of file QueryResult.php.
30 $this->queryText = $queryText;
31 $this->resultsCount = $resultsCount;
◆ getQueryText()
- Returns
- string
Definition at line 37 of file QueryResult.php.
39 return $this->queryText;
◆ getResultsCount()
- Returns
- int
Definition at line 45 of file QueryResult.php.
47 return $this->resultsCount;
The documentation for this class was generated from the following file: