| Total Complexity | 5 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Coverage | 92.31% |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class BiCoreSystemTablesUtils |
||
| 6 | { |
||
| 7 | /* @var $em \Doctrine\ORM\EntityManager */ |
||
|
|
|||
| 8 | private $em; |
||
| 9 | private $entities = array(); |
||
| 10 | |||
| 11 | 2 | public function __construct($em) |
|
| 23 | 2 | } |
|
| 24 | |||
| 25 | /** |
||
| 26 | * @SuppressWarnings(PHPMD.UnusedLocalVariable) |
||
| 27 | */ |
||
| 28 | 2 | public function countEntitiesRows() |
|
| 39 | } |
||
| 40 | 2 | } |
|
| 41 | |||
| 42 | 2 | public function getSystemEntities() |
|
| 45 | } |
||
| 46 | |||
| 47 | public function getDefaultDataSystemEntities() |
||
| 52 |