function view::set_pager_element

2.x view.inc view::set_pager_element($pager_element)

The pager element id to use if use_apger is on

File

includes/view.inc, line 133
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;
}