yii\web\SessionIterator::rewind PHP 메소드

rewind() 공개 메소드

This method is required by the interface [[\Iterator]].
public rewind ( )
    public function rewind()
    {
        $this->_key = reset($this->_keys);
    }