| Conditions | 1 |
| Paths | 1 |
| Total Lines | 19 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 50 | public function __construct($apiResponse) |
||
| 51 | { |
||
| 52 | $this->_initScalarProperties($apiResponse, [ |
||
| 53 | ['cname' => 'company'], |
||
| 54 | ['pname' => 'personalName'], |
||
| 55 | 'login', |
||
| 56 | 'guid', |
||
| 57 | 'email', |
||
| 58 | 'phone', |
||
| 59 | 'fax', |
||
| 60 | 'address', |
||
| 61 | ['pcode' => 'postalCode'], |
||
| 62 | 'city', |
||
| 63 | 'state', |
||
| 64 | 'country', |
||
| 65 | 'external-id', |
||
| 66 | 'description', |
||
| 67 | ]); |
||
| 68 | } |
||
| 69 | } |
||
| 70 |