getIterator() public method

public getIterator ( )
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     return $this->collection->getIterator();
 }