public function GoogleSiteSearch::getTotalResults in Google Site Search 7
Same name and namespace in other branches
- 6 includes/GoogleSiteSearch.inc \GoogleSiteSearch::GetTotalResults()
Get total results for current search.
Return value
int The total number of results.
2 calls to GoogleSiteSearch::getTotalResults()
- GoogleSiteSearch::getPager in includes/
GoogleSiteSearch.inc - Get a pager for the search results.
- GoogleSiteSearch::getSearchHead in includes/
GoogleSiteSearch.inc - Get a head to the search results.
File
- includes/
GoogleSiteSearch.inc, line 219 - GSS module site search inc file.
Class
- GoogleSiteSearch
- Class for interaction with Google Site Search.
Code
public function getTotalResults() {
return $this->totalResults;
}