| 1 | <?php |
||
| 13 | class PhoneNumbers extends DefaultEndpoint |
||
| 14 | { |
||
| 15 | |||
| 16 | protected $geoPhone; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * PhoneNumbers constructor. |
||
| 20 | * @param GeoPhone $geoPhone |
||
| 21 | */ |
||
| 22 | public function __construct(GeoPhone $geoPhone) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param APIRequest $request |
||
| 29 | * @return APIResponseData |
||
| 30 | * @throws EndpointExecutionException |
||
| 31 | * @throws UnsupportedMethodException |
||
| 32 | * @throws ElementNotFoundException |
||
| 33 | * @throws InvalidRequestException |
||
| 34 | */ |
||
| 35 | public function get(APIRequest $request): APIResponseData |
||
| 39 | } |
||
| 40 |