Ignore:
Timestamp:
Jul 30, 2014 10:43:49 PM (10 years ago)
Author:
anonymous
Message:

Changed private methods and properties to protected. A few minor bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PageNumbers.inc.php

    r479 r484  
    4545    public $last_item;         // The counter for the last item on this page (zero index).
    4646    public $max_num_links = 9; // The max number of links to show on page (odd numbers look best).
    47     private $_num_links;        // The number of links to show on page.
    48     private $_per_page = 25;    // Items per page.
     47    protected $_num_links;        // The number of links to show on page.
     48    protected $_per_page = 25;    // Items per page.
    4949
    5050    // Flags to ensure all necessary values have been set before calling calculate().
Note: See TracChangeset for help on using the changeset viewer.