yii\web\SessionIterator::key PHP Метод

key() публичный Метод

This method is required by the interface [[\Iterator]].
public key ( ) : mixed
Результат mixed the key of the current array element
    public function key()
    {
        return $this->_key;
    }