summaryrefslogtreecommitdiff
path: root/framework/Collections/TMap.php
diff options
context:
space:
mode:
authorxue <>2006-05-18 19:55:51 +0000
committerxue <>2006-05-18 19:55:51 +0000
commit71a9120b8fc9f8771b603d195128a623b02a6554 (patch)
treee2eeca51678b8ab15fb0f891135fb2887ffbbe8c /framework/Collections/TMap.php
parent6fd850ae344959dff4e417d9ce8384ce209c3900 (diff)
Added tutorial page for collections.
Diffstat (limited to 'framework/Collections/TMap.php')
-rw-r--r--framework/Collections/TMap.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Collections/TMap.php b/framework/Collections/TMap.php
index 85da4f3c..28508e1d 100644
--- a/framework/Collections/TMap.php
+++ b/framework/Collections/TMap.php
@@ -28,11 +28,6 @@
* Note, count($map) will always return 1. You should use {@link getCount()}
* to determine the number of items in the map.
*
- * To extend TMap by doing additional operations with each added or removed item,
- * you can override {@link addedItem} and {@link removedItem}.
- * You can also override {@link canAddItem} and {@link canRemoveItem} to
- * control whether to add or remove a particular item.
- *
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
* @package System.Collections