Can now import and handle external ID field.

This commit is contained in:
James Cole
2018-04-29 10:13:33 +02:00
parent 71b63bd33b
commit 49138eb03a
5 changed files with 90 additions and 70 deletions

View File

@@ -158,6 +158,14 @@ class ImportJournal
return $this->description;
}
/**
* @return string
*/
public function getExternalId(): string
{
return $this->externalId;
}
/**
* @return string|null
*/
@@ -231,7 +239,6 @@ class ImportJournal
return null;
}
/**
* @param string $hash
*/