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