コード例 #1
0
ファイル: ExportProcessor.php プロジェクト: Maksold/platform
 /**
  * {@inheritdoc}
  */
 public function setEntityName($entityName)
 {
     $this->entityName = $entityName;
     if ($this->dataConverter && $this->dataConverter instanceof EntityNameAwareInterface) {
         $this->dataConverter->setEntityName($this->entityName);
     }
 }