Total Complexity | 4 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class DefaultStyle implements ItemStyle |
||
10 | { |
||
11 | private const DEFAULT_STYLES = [ |
||
12 | ]; |
||
13 | |||
14 | public function hasChangedFromDefaults() : bool |
||
17 | } |
||
18 | |||
19 | public function getDisplaysExtra() : bool |
||
22 | } |
||
23 | |||
24 | public function getItemExtra() : string |
||
27 | } |
||
28 | |||
29 | public function getMarker(MenuItemInterface $item, bool $isSelected) : string |
||
34 |