getIterator() public method
Returns an iterator for traversing the cookies in the collection.
This method is required by the SPL interface IteratorAggregate. It will be implicitly called when you use foreach
to traverse the collection.
public ArrayIterator getIterator ( ) | ||
---|---|---|
return | ArrayIterator |
An iterator for traversing the cookies in the collection. |
Please login to continue.