Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
32 | public function createEntity(array $row) { |
||
33 | $Group = $this->DI->get('UserGroupMapper')->createEntity([]); |
||
34 | return $this->buildEntity(new User('testname','[email protected]','asdftyasdvh21267g',$Group), $row); |
||
35 | } |
||
36 | |||
66 |