| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | class EmptyElement extends AbstractElement |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * An edit control for this data. |
||
| 33 | * |
||
| 34 | * @param string $id |
||
| 35 | * @param string $name |
||
| 36 | * @param string $value |
||
| 37 | * @param Tree $tree |
||
| 38 | * |
||
| 39 | * @return string |
||
| 40 | */ |
||
| 41 | public function edit(string $id, string $name, string $value, Tree $tree): string |
||
| 46 |