| @@ 1887-1898 (lines=12) @@ | ||
| 1884 | * |
|
| 1885 | * @return \StdClass <Patterns::{Type}PagedResult> of <DutchBusinessReference> |
|
| 1886 | */ |
|
| 1887 | public function dutchBusinessSearchPostcode($postcode, $houseNumber, $houseNumberAddition, $page) |
|
| 1888 | { |
|
| 1889 | return $this->getAdapter()->call( |
|
| 1890 | 'dutchBusinessSearchPostcode', |
|
| 1891 | [ |
|
| 1892 | 'postcode' => $postcode, |
|
| 1893 | 'house_number' => $houseNumber, |
|
| 1894 | 'house_number_addition' => $houseNumberAddition, |
|
| 1895 | 'page' => $page, |
|
| 1896 | ] |
|
| 1897 | ); |
|
| 1898 | } |
|
| 1899 | ||
| 1900 | /** |
|
| 1901 | * Search for businesses matching all of the given criteria. |
|
| @@ 3829-3840 (lines=12) @@ | ||
| 3826 | * |
|
| 3827 | * @return \StdClass |
|
| 3828 | */ |
|
| 3829 | public function kvkSearchPostcode($postcode, $houseNumber, $houseNumberAddition, $page) |
|
| 3830 | { |
|
| 3831 | return $this->getAdapter()->call( |
|
| 3832 | 'kvkSearchPostcode', |
|
| 3833 | [ |
|
| 3834 | 'postcode' => $postcode, |
|
| 3835 | 'house_number' => $houseNumber, |
|
| 3836 | 'house_number_addition' => $houseNumberAddition, |
|
| 3837 | 'page' => $page, |
|
| 3838 | ] |
|
| 3839 | ); |
|
| 3840 | } |
|
| 3841 | ||
| 3842 | /** |
|
| 3843 | * @param $city |
|