queryText = $queryText; $this->resultsCount = $resultsCount; } /** * @return string */ public function getQueryText() { return $this->queryText; } /** * @return int */ public function getResultsCount() { return $this->resultsCount; } }