You are here

function view::set_pager_element in Views (for Drupal 7) 6.2

The pager element id to use if use_apger is on

File

includes/view.inc, line 130
view.inc Provides the view object type and associated methods.

Class

view
An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output.

Code

function set_pager_element($pager_element) {
  $this->pager['element'] = $pager_element;
}