/**
  * {@inheritdoc}
  */
 public function key()
 {
     return $this->iterator->key();
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 public function key()
 {
     return $this->iterableResult->key();
 }