add set root ids
This commit is contained in:
parent
a87c98a729
commit
7736b88802
4 changed files with 36 additions and 3 deletions
|
|
@ -10,6 +10,8 @@ interface ElementRepository
|
|||
|
||||
public function find(int $id): ?Element;
|
||||
|
||||
public function findRootBySet(DomainSet $set): ?Element;
|
||||
|
||||
/**
|
||||
* @return Element[]
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue