function views_plugin_pager::get_current_page in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 7.3 plugins/views_plugin_pager.inc \views_plugin_pager::get_current_page()
 
Get the current page.
If NULL, we do not know what the current page is.
File
- plugins/
views_plugin_pager.inc, line 68  
Class
- views_plugin_pager
 - The base plugin to handle pager.
 
Code
function get_current_page() {
  return $this->current_page;
}