Dotink\Parody\Iterator::key PHP Method

key() public method

Gets the current key
public key ( ) : mixed
return mixed The current key of the set traversable value
    public function key()
    {
        return key($this->extended['traversableValue']);
    }