public function ResultSet::getTotal in Google Search Appliance 8
Gets value of total.
Return value
int Value of total
File
- src/
SearchResults/ ResultSet.php, line 209
Class
- ResultSet
- Defines a value object for a search response.
Namespace
Drupal\google_appliance\SearchResultsCode
public function getTotal() {
return $this->total;
}