Total Complexity | 1 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
31 | class TelephoneNumberDetails extends \Amadeus\Client\Struct\Offer\ConfirmCar\TelephoneNumberDetails |
||
32 | { |
||
33 | /** |
||
34 | * @var string |
||
35 | */ |
||
36 | public $internationalDialCode; |
||
37 | |||
38 | /** |
||
39 | * @var string |
||
40 | */ |
||
41 | public $localPrefixCode; |
||
42 | |||
43 | /** |
||
44 | * @var string |
||
45 | */ |
||
46 | public $areaCode; |
||
47 | |||
48 | /** |
||
49 | * TelephoneNumberDetails constructor. |
||
50 | * |
||
51 | * @param string $telephoneNumber |
||
52 | * @param string $areaCode |
||
53 | */ |
||
54 | 5 | public function __construct($telephoneNumber, $areaCode) |
|
60 |