Dotink\Parody\Iterator::key PHP Méthode

key() public méthode

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