summaryrefslogtreecommitdiff
path: root/framework/Collections
diff options
context:
space:
mode:
authorjavalizard <>2010-04-12 00:09:33 +0000
committerjavalizard <>2010-04-12 00:09:33 +0000
commit47f6a9f142a02dc68df39320ce34b1d2a1d99577 (patch)
tree409af74af9d0feeeed232aef8a4fa3ae64ea8dbd /framework/Collections
parentcbeed6e51bd1c7ea34b0cd934f3da0afe1b45d95 (diff)
Reprivate _c in TList. was testing something
Diffstat (limited to 'framework/Collections')
-rw-r--r--framework/Collections/TList.php2
1 files changed, 1 insertions, 1 deletions
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
*/