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

    r479 r484  
    2727
    2828    public $time_format = '%.3f';
    29     private $_timing_start_times = array();
    30     private $_timing_stop_times = array();
    31     private $_timing_cumulative_times = array();
     29    protected $_timing_start_times = array();
     30    protected $_timing_stop_times = array();
     31    protected $_timing_cumulative_times = array();
    3232   
    3333    public function start($name='default')
Note: See TracChangeset for help on using the changeset viewer.