Dotink\Parody\Iterator::current PHP 메소드

current() 공개 메소드

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