mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Allow retrieve collection by a collection of base ids
This commit is contained in:
@@ -29,6 +29,12 @@ interface CollectionReferenceRepository
|
||||
*/
|
||||
public function find($baseId);
|
||||
|
||||
/**
|
||||
* @param int[] $baseIds
|
||||
* @return CollectionReference[]
|
||||
*/
|
||||
public function findMany(array $baseIds);
|
||||
|
||||
/**
|
||||
* @param int $databoxId
|
||||
* @param int $collectionId
|
||||
|
Reference in New Issue
Block a user