yii\web\SessionIterator::valid PHP Method

valid() public method

This method is required by the interface [[\Iterator]].
public valid ( ) : boolean
return boolean
    public function valid()
    {
        return $this->_key !== false;
    }