Sonata\Exporter\Source\IteratorSourceIterator::getIterator PHP Method

getIterator() public method

public getIterator ( ) : Iterator
return Iterator
    public function getIterator()
    {
        return $this->iterator;
    }

Usage Example

 public function testGetIterator()
 {
     self::assertSame($this->iterator, $this->sourceIterator->getIterator());
 }