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/Cache.inc.php

    r480 r484  
    3535
    3636    // A place to keep object instances for the singleton pattern.
    37     private static $instances = array();
     37    protected static $instances = array();
    3838
    3939    // Namespace of this instance of Prefs.
    40     private $_ns;
     40    protected $_ns;
    4141
    4242    // Configuration parameters for this object.
    43     private $_params = array(
     43    protected $_params = array(
    4444
    4545        // Type of cache. Currently only 'session' is supported.
Note: See TracChangeset for help on using the changeset viewer.