Ouzo\Utilities\Iterator\ForwardingIterator::key PHP Méthode

key() public méthode

public key ( )
    public function key()
    {
        return $this->iterator->key();
    }