delete child elements
This commit is contained in:
parent
ac0f404fce
commit
f4b42973cb
10 changed files with 271 additions and 17 deletions
|
|
@ -10,6 +10,8 @@ interface ElementRepository
|
|||
|
||||
public function update(Element $element): Element;
|
||||
|
||||
public function delete(Element $element): void;
|
||||
|
||||
public function find(int $id): ?Element;
|
||||
|
||||
public function findRootBySet(DomainSet $set): ?Element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue