| 1 | <?php |
||
| 25 | class CommuneProvider extends DecoupageAdministratifProvider { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Communes. |
||
| 29 | * |
||
| 30 | * @param CommunesRequest $request The communes request. |
||
| 31 | * @return CommunesResponse Returns the communes response. |
||
| 32 | * @throws ApiException Throws an API exception if an error occurs. |
||
| 33 | */ |
||
| 34 | public function communes(CommunesRequest $request) { |
||
| 40 | } |