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;
    }