Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
32 | 6 | public function __construct($entityClassName, array $tableInfoList, array $columnInfoList, $isVirtualEntity = false) |
|
33 | { |
||
34 | 6 | $this->tableInfoList = $tableInfoList; |
|
35 | 6 | $this->columnInfoList = $columnInfoList; |
|
36 | 6 | $this->entityClassName = $entityClassName; |
|
37 | 6 | $this->isVirtualEntity = $isVirtualEntity; |
|
38 | 6 | } |
|
74 |