| Total Complexity | 5 |
| Total Lines | 59 |
| Duplicated Lines | 0 % |
| Coverage | 91.67% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class BiCoreSystemTablesUtils |
||
| 9 | { |
||
| 10 | /* @var $em EntityManager */ |
||
|
|
|||
| 11 | |||
| 12 | private EntityManager $em; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * |
||
| 16 | * @var array<mixed> |
||
| 17 | */ |
||
| 18 | private $entities = array(); |
||
| 19 | |||
| 20 | 2 | public function __construct(EntityManager $em) |
|
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @SuppressWarnings(PHPMD.UnusedLocalVariable) |
||
| 36 | */ |
||
| 37 | 2 | public function countEntitiesRows(): void |
|
| 48 | } |
||
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * |
||
| 53 | * @return array<mixed> |
||
| 54 | */ |
||
| 55 | 2 | public function getSystemEntities(): array |
|
| 58 | } |
||
| 59 | |||
| 60 | /** |
||
| 61 | * |
||
| 62 | * @return array<mixed> |
||
| 63 | */ |
||
| 64 | public function getDefaultDataSystemEntities(): array |
||
| 69 |