Ticket #368 (closed Feature Request: fixed)
add public method get_total_pages() to Pagination library
| Reported by: | neovive | Owned by: | Geert |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.1 |
| Component: | Libraries | Version: | SVN HEAD |
| Keywords: | pagination | Cc: |
Description
This method should provide public access to the $total_pages value.
public function get_total_pages()
{
return $this->total_pages;
}
* perhaps, some of the other protected variables would be useful as well.
Change History
Note: See
TracTickets for help on using
tickets.
