diff options
author | javalizard <> | 2010-04-12 00:09:33 +0000 |
---|---|---|
committer | javalizard <> | 2010-04-12 00:09:33 +0000 |
commit | 47f6a9f142a02dc68df39320ce34b1d2a1d99577 (patch) | |
tree | 409af74af9d0feeeed232aef8a4fa3ae64ea8dbd /framework | |
parent | cbeed6e51bd1c7ea34b0cd934f3da0afe1b45d95 (diff) |
Reprivate _c in TList. was testing something
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Collections/TList.php | 2 |
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
*/
|