add persisted set ordering
This commit is contained in:
parent
fde12ad561
commit
dc034bf393
9 changed files with 340 additions and 6 deletions
|
|
@ -16,4 +16,10 @@ interface SetRepository
|
|||
* @return Set[]
|
||||
*/
|
||||
public function getAll(): array;
|
||||
|
||||
/**
|
||||
* @param int[] $setIds
|
||||
* @return Set[]
|
||||
*/
|
||||
public function reorder(array $setIds): array;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue