ApiPlatform\Core\Bridge\Doctrine\Orm\Paginator::getIterator PHP Method

getIterator() public method

public getIterator ( )
    public function getIterator()
    {
        if (null === $this->iterator) {
            $this->iterator = $this->paginator->getIterator();
        }
        return $this->iterator;
    }