PHP 클래스 WellCommerce\Bundle\ClientBundle\Twig\Extension\ClientAddressFormatterExtension

저자: Adam Piotrowski ([email protected])
상속: extends Twig_Extension
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

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

메소드 상세

formatBillingAddress() 공개 메소드

Formats the billing address
public formatBillingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface $address, string $lineSeparator = self::LINES_SEPARATOR ) : string
$address WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
$lineSeparator string
리턴 string

formatContactDetails() 공개 메소드

Formats the contact details
public formatContactDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface $details, string $lineSeparator = self::LINES_SEPARATOR ) : string
$details WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
$lineSeparator string
리턴 string

formatShippingAddress() 공개 메소드

Formats the shipping address
public formatShippingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface $address, string $lineSeparator = self::LINES_SEPARATOR ) : string
$address WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
$lineSeparator string
리턴 string

getFunctions() 공개 메소드

public getFunctions ( )

getName() 공개 메소드

public getName ( )