getIterator() public method
Returns an iterator for traversing the session variables.
This method is required by the interface IteratorAggregate.
public yii\web\SessionIterator getIterator ( ) | ||
---|---|---|
return | yii\web\SessionIterator |
An iterator for traversing the session variables. |
Please login to continue.