You are here

function views_plugin_pager::set_offset in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_pager.inc \views_plugin_pager::set_offset()

Set the page offset, or how many items to skip.

File

plugins/views_plugin_pager.inc, line 59

Class

views_plugin_pager
The base plugin to handle pager.

Code

function set_offset($offset) {
  $this->options['offset'] = $offset;
}