PHP 클래스 CommerceGuys\Addressing\AddressFormat\AddressFormatHelper

파일 보기 프로젝트 열기: commerceguys/addressing 1 사용 예제들

공개 메소드들

메소드 설명
getGroupedFields ( $format ) : array Gets the list of used fields, grouped by line.

메소드 상세

getGroupedFields() 공개 정적인 메소드

Used for generating address forms.
public static getGroupedFields ( $format ) : array
리턴 array An array of address fields grouped by line, in the same order as they appear in the format string. For example: [ [givenName, familyName], [organization], [addressLine1], [addressLine2], [locality, administrativeArea, postalCode] ]