You are here

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\SearchResults

Code

public function getTotal() {
  return $this->total;
}