Dumplie\Customer\Domain\Address::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return sprintf("%s, %s %s, %s, %s", $this->name, $this->postCode, $this->city, $this->street, $this->countryIso2code);
    }