add element child list
This commit is contained in:
parent
aa746fe3f0
commit
7350d747f3
9 changed files with 186 additions and 10 deletions
|
|
@ -16,4 +16,9 @@ interface ElementRepository
|
|||
* @return Element[]
|
||||
*/
|
||||
public function findBySet(DomainSet $set): array;
|
||||
|
||||
/**
|
||||
* @return Element[]
|
||||
*/
|
||||
public function findByParentElement(Element $parentElement): array;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue