Changeset 484 for trunk/lib/Cart.inc.php


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

    r479 r484  
    7171
    7272    // Namespace of this instance.
    73     private $_ns;
     73    protected $_ns;
    7474
    7575    // Configuration parameters for this object.
    76     private $_params = array(
     76    protected $_params = array(
    7777    );
    7878
Note: See TracChangeset for help on using the changeset viewer.