Skip to content

Commit 062ce87

Browse files
author
Martin Brecht-Precht
committed
Added missing methods in ListBlockInterface
1 parent 2ad8d61 commit 062ce87

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Block/ListBlockInterface.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,16 @@ public function getListBlockType();
2323
*/
2424
public function getListItems();
2525

26+
/**
27+
* @param ListItemInterface $listItem
28+
* @return $this
29+
*/
30+
public function addListItem(ListItemInterface $listItem);
31+
32+
/**
33+
* @param ListItemInterface[] $listItems
34+
* @return $this
35+
*/
36+
public function addListItems(array $listItems);
37+
2638
}

0 commit comments

Comments
 (0)