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

key() 공개 메소드

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