示例#1
0
 /**
  * @return self
  */
 public function current()
 {
     return $this->node->createChild($this->getInnerIterator()->current());
 }