mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add lookup by order master to collection reference repository
This commit is contained in:
@@ -36,6 +36,14 @@ interface CollectionReferenceRepository
|
||||
*/
|
||||
public function findByCollectionId($databoxId, $collectionId);
|
||||
|
||||
/**
|
||||
* Find Collection references having at least one Order Master
|
||||
*
|
||||
* @param array<int>|null $subset Restrict search to a subset of base ids.
|
||||
* @return CollectionReference[]
|
||||
*/
|
||||
public function findHavingOrderMaster(array $subset = null);
|
||||
|
||||
/**
|
||||
* @param CollectionReference $reference
|
||||
* @return void
|
||||
|
Reference in New Issue
Block a user