1 | <?php |
||
28 | class DepartementProvider extends DecoupageAdministratifProvider { |
||
29 | |||
30 | /** |
||
31 | * Communes. |
||
32 | * |
||
33 | * @param CommunesRequest $request The communes request. |
||
34 | * @return CommunesResponse Returns the communes response. |
||
35 | * @throws GuzzleException Throws a Guzzle exception if an error occurs. |
||
36 | * @throws ApiException Throws an API exception if an error occurs. |
||
37 | */ |
||
38 | 5 | public function communes(CommunesRequest $request): CommunesResponse { |
|
44 | |||
45 | /** |
||
46 | * Départements. |
||
47 | * |
||
48 | * @param DepartementsRequest $request The départements request. |
||
49 | * @return DepartementsResponse Returns the départements response. |
||
50 | * @throws GuzzleException Throws a Guzzle exception if an error occurs. |
||
51 | * @throws ApiException Throws an API exception if an error occurs. |
||
52 | */ |
||
53 | 5 | public function departements(DepartementsRequest $request): DepartementsResponse { |
|
59 | } |