Set how many items per page this pager will display.
This is mostly used for things that will override the value.
public function setItemsPerPage($items) { $this->options['items_per_page'] = $items; }