Метод | Описание | |
---|---|---|
getGroupedFields ( $format ) : array | Gets the list of used fields, grouped by line. |
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] ] |