PHP Класс RegionRestriction, silvershop-core

Наследование: extends DataObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

address_filter() публичный статический Метод

Produce a SQL filter to get matching RegionRestrictions to a given address
public static address_filter ( Address $address )
$address Address

get_table_field_types() публичный статический Метод

public static get_table_field_types ( )

onBeforeWrite() публичный Метод

public onBeforeWrite ( )

parse_uk_postcode() публичный статический Метод

Parses a UK postcode to give you the different sections
public static parse_uk_postcode ( str $postcode ) : array
$postcode str
Результат array

wildcard_sort() публичный статический Метод

Useful because we are only interested in the wildcard, and not sorting of other values.
public static wildcard_sort ( $field, $direction = "ASC" )