web\CookieCollection getIterator()

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.

doc_Yii
2016-10-30 17:14:51
Comments
Leave a Comment

Please login to continue.