Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 7 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
65 | 1 | public function __construct(\stdClass $oData) |
|
66 | { |
||
67 | 1 | parent::__construct($oData); |
|
68 | 1 | $this->streetId = $oData->SymUl; |
|
69 | 1 | $this->streetName1 = $oData->Nazwa_1; |
|
70 | 1 | $this->streetName2 = $oData->Nazwa_2; |
|
71 | 1 | $this->streetName = $oData->NazwaUlicyWPelnymBrzmieniu; |
|
72 | 1 | $this->streetIdentityName = $oData->NazwaCechy; |
|
73 | 1 | } |
|
75 |