메소드 | 설명 | |
---|---|---|
formatBillingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface $address, string $lineSeparator = self::LINES_SEPARATOR ) : string | Formats the billing address | |
formatContactDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface $details, string $lineSeparator = self::LINES_SEPARATOR ) : string | Formats the contact details | |
formatShippingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface $address, string $lineSeparator = self::LINES_SEPARATOR ) : string | Formats the shipping address | |
getFunctions ( ) | ||
getName ( ) |
public formatBillingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface $address, string $lineSeparator = self::LINES_SEPARATOR ) : string | ||
$address | WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface | |
$lineSeparator | string | |
리턴 | string |
public formatContactDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface $details, string $lineSeparator = self::LINES_SEPARATOR ) : string | ||
$details | WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface | |
$lineSeparator | string | |
리턴 | string |
public formatShippingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface $address, string $lineSeparator = self::LINES_SEPARATOR ) : string | ||
$address | WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface | |
$lineSeparator | string | |
리턴 | string |