summaryrefslogtreecommitdiff
path: root/framework/Collections/TQueue.php
diff options
context:
space:
mode:
authorjavalizard <>2010-04-12 12:12:04 +0000
committerjavalizard <>2010-04-12 12:12:04 +0000
commitcb8377b3025aebb6c0df5b62966377be298b2fec (patch)
tree932eb8673cae2d4b9dbf5bfb2a29377e44a6e623 /framework/Collections/TQueue.php
parentea61b2565c76a9c663e59fed36702cb2c4ecf541 (diff)
fiddled with the comment a touch to make it easier to understand
Diffstat (limited to 'framework/Collections/TQueue.php')
-rw-r--r--framework/Collections/TQueue.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php
index 5e10ecdf..581a7109 100644
--- a/framework/Collections/TQueue.php
+++ b/framework/Collections/TQueue.php
@@ -105,7 +105,8 @@ class TQueue extends TComponent implements IteratorAggregate,Countable
}
/**
- * Returns the item at the top of the queue.
+ * Returns the first item at the front of the queue.
+ * Unlike {@link dequeue()}, this method does not remove the item from the queue.
* @return mixed item at the top of the queue
* @throws TInvalidOperationException if the queue is empty
*/