entityPath = $entityPath; $this->repositoryPath = $repositoryPath; $this->mappingPath = $mappingPath; } /** * @return string */ public function getEntityPath() { return $this->entityPath; } /** * @return string */ public function getRepositoryPath() { return $this->repositoryPath; } /** * @return string */ public function getMappingPath() { return $this->mappingPath; } }