PHP 클래스 Dumplie\Customer\Domain\Address

파일 보기 프로젝트 열기: dumplie/dumplie

공개 메소드들

메소드 설명
__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 ( )