Prado\Web\TSessionIterator::key PHP Method

key() public method

This method is required by the interface Iterator.
public key ( ) : mixed
return mixed the key of the current array element
    public function key()
    {
        return $this->_key;
    }