PHP Class Dumplie\Customer\Domain\Address

Afficher le fichier Open project: dumplie/dumplie

Méthodes publiques

Méthode Description
__construct ( string $name, string $street, string $postCode, string $city, string $countryIso2code )
__toString ( )

Method Details

__construct() public méthode

public __construct ( string $name, string $street, string $postCode, string $city, string $countryIso2code )
$name string
$street string
$postCode string
$city string
$countryIso2code string

__toString() public méthode

public __toString ( )