rewind() public method
Resets the iterator to the initial state.
This method is required by the interface Iterator.
public void rewind ( ) | ||
---|---|---|
throws | yii\base\InvalidCallException |
if this method is invoked twice |
rewind() public method
Resets the iterator to the initial state.
This method is required by the interface Iterator.
public void rewind ( ) | ||
---|---|---|
throws | yii\base\InvalidCallException |
if this method is invoked twice |
Please login to continue.