From cb8377b3025aebb6c0df5b62966377be298b2fec Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Mon, 12 Apr 2010 12:12:04 +0000 Subject: fiddled with the comment a touch to make it easier to understand --- framework/Collections/TQueue.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/Collections') 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 */ -- cgit v1.2.3