git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4386 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-02-01 07:17:54 +00:00
parent 51969dc95a
commit 92802aeefb

View file

@ -77,6 +77,13 @@ class Configure extends Object {
* @access public
*/
var $behaviorPaths = array();
/**
* Enter description here...
*
* @var integer
* @access public
*/
var $debug = null;
/**
* Return a singleton instance of Configure.
*