1 | <?php |
||
9 | class ChildBottom extends AddStrategyAbstract |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | protected function canCreateNewNode(NodeInfo $targetNode): void |
||
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | protected function makeHole(NodeInfo $targetNode): void |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | protected function createNewNodeNodeInfo(NodeInfo $targetNode): NodeInfo |
||
42 | } |
||
43 |