Method | Description | |
---|---|---|
address_filter ( Address $address ) | Produce a SQL filter to get matching RegionRestrictions to a given address | |
get_table_field_types ( ) | ||
onBeforeWrite ( ) | ||
parse_uk_postcode ( str $postcode ) : array | Parses a UK postcode to give you the different sections | |
wildcard_sort ( $field, $direction = "ASC" ) | Produces a sort check to make wildcards come last. |
public static address_filter ( Address $address ) | ||
$address | Address |
public static parse_uk_postcode ( str $postcode ) : array | ||
$postcode | str | |
return | array |
public static wildcard_sort ( $field, $direction = "ASC" ) |