| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class ShowComponent implements ViewControllerInterface |
||
| 14 | { |
||
| 15 | public const VIEW_IDENTIFIER = 'SHOW_COMPONENT'; |
||
| 16 | |||
| 17 | private ComponentLoaderInterface $componentLoader; |
||
| 18 | |||
| 19 | public function __construct(ComponentLoaderInterface $componentLoader) |
||
| 22 | } |
||
| 23 | |||
| 24 | public function handle(GameControllerInterface $game): void |
||
| 32 |