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

current() public méthode

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