Dumplie\Customer\Application\Command\AddressData::city PHP 메소드

city() 공개 메소드

public city ( ) : string
리턴 string
    public function city() : string
    {
        return $this->city;
    }