From 47f6a9f142a02dc68df39320ce34b1d2a1d99577 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Mon, 12 Apr 2010 00:09:33 +0000 Subject: Reprivate _c in TList. was testing something --- framework/Collections/TList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php index 1a3dffb7..6ce20290 100644 --- a/framework/Collections/TList.php +++ b/framework/Collections/TList.php @@ -47,7 +47,7 @@ class TList extends TComponent implements IteratorAggregate,ArrayAccess,Countabl * number of items * @var integer */ - protected $_c=0; + private $_c=0; /** * @var boolean whether this list is read-only */ -- cgit v1.2.3