summaryrefslogtreecommitdiff
path: root/framework/Collections
diff options
context:
space:
mode:
authorwei <>2006-09-09 03:08:55 +0000
committerwei <>2006-09-09 03:08:55 +0000
commite6105cdbe66420c4f30639ee1d652ce740054849 (patch)
treee046806b91241a1e6b18ae721f8358f0273e5924 /framework/Collections
parent90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 (diff)
Add basic active control docs.
Diffstat (limited to 'framework/Collections')
-rw-r--r--framework/Collections/TQueue.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php
index e58d05c6..e70b0ded 100644
--- a/framework/Collections/TQueue.php
+++ b/framework/Collections/TQueue.php
@@ -6,7 +6,7 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Collections
*/
@@ -27,7 +27,7 @@
* </code>
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Collections
* @since 3.1
*/
@@ -171,7 +171,7 @@ class TQueue extends TComponent implements IteratorAggregate
* for traversing the items in the queue.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Collections
* @since 3.1
*/