public function GoogleSiteSearch::getCurrentPage in Google Site Search 7
Same name and namespace in other branches
- 6 includes/GoogleSiteSearch.inc \GoogleSiteSearch::GetCurrentPage()
Get current page in the results.
Return value
int The current page.
1 call to GoogleSiteSearch::getCurrentPage()
- GoogleSiteSearch::getSearchHead in includes/
GoogleSiteSearch.inc - Get a head to the search results.
File
- includes/
GoogleSiteSearch.inc, line 209 - GSS module site search inc file.
Class
- GoogleSiteSearch
- Class for interaction with Google Site Search.
Code
public function getCurrentPage() {
return $this->currentPage;
}