コード例 #1
0
ファイル: Importer.php プロジェクト: jarold87/pingvin
 protected function initItemCollector()
 {
     $this->itemCollector = $this->componentFactory->getItemCollector();
     $this->itemCollector->setEntityManager($this->entityManager);
     $this->itemCollector->setImportLog($this->importLog);
     $this->itemCollector->setRuntimeWatcher($this->runtimeWatcher);
     $this->itemCollector->setEntityName($this->entityName);
     $this->itemCollector->setImportName($this->importName);
     $this->itemCollector->setOuterIdKey($this->outerIdKey);
     $this->itemCollector->setEntityObjectSetter($this->entityObjectSetter);
 }