Total Complexity | 9 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 88.24% |
Changes | 0 |
1 | <?php |
||
7 | class TablePrefixSubscriber implements \Doctrine\Common\EventSubscriber |
||
8 | { |
||
9 | private string $tableprefix; |
||
10 | |||
11 | 42 | public function __construct(string $tableprefix) |
|
14 | 42 | } |
|
15 | |||
16 | 42 | public function getSubscribedEvents(): array |
|
19 | } |
||
20 | |||
21 | 40 | public function loadClassMetadata(LoadClassMetadataEventArgs $args): void |
|
42 |