PHP Класс Dumplie\Customer\Domain\Address

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $name, string $street, string $postCode, string $city, string $countryIso2code )
__toString ( )

Описание методов

__construct() публичный Метод

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

__toString() публичный Метод

public __toString ( )