/**
  * {@inheritdoc}
  */
 public function key()
 {
     return $this->iterator->key();
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function key()
 {
     return $this->iterableResult->key();
 }