phpDocumentor

LocationFinderAddress
in package

Table of Contents

$addressLocality  : string
$countryCode  : string
$postalCode  : string
$streetAddress  : string
__construct()  : mixed
asArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct([string $countryCode = 'DE' ][, string $addressLocality = '' ][, string $postalCode = '' ][, string $streetAddress = '' ]) : mixed
Parameters
$countryCode : string = 'DE'
$addressLocality : string = ''
$postalCode : string = ''
$streetAddress : string = ''
Return values
mixed

asArray()

public asArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results