new export routine

This commit is contained in:
James Cole
2017-08-18 15:14:44 +02:00
parent b955486f14
commit 7d8876f03c
6 changed files with 70 additions and 10 deletions

View File

@@ -90,6 +90,13 @@ interface CurrencyRepositoryInterface
*/
public function get(): Collection;
/**
* @param array $ids
*
* @return Collection
*/
public function getByIds(array $ids): Collection;
/**
* @param Preference $preference
*