Jackalope\Query\NodeIterator::__construct PHP Method

__construct() public method

public __construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, array $rows )
$factory Jackalope\FactoryInterface the object factory
$objectManager Jackalope\ObjectManager
$rows array
    public function __construct(FactoryInterface $factory, ObjectManager $objectManager, $rows)
    {
        $this->factory = $factory;
        $this->objectManager = $objectManager;
        $this->rows = $rows;
    }