public function __construct(FactoryInterface $factory, ObjectManager $objectManager, $rows) { $this->factory = $factory; $this->objectManager = $objectManager; $this->rows = $rows; }