PHP 클래스 WC_Shipping_Legacy_International_Delivery

This class is here for backwards commpatility for methods existing before zones existed.
사용 중단: 2.6.0
저자: WooThemes
상속: extends WC_Shipping_Legacy_Flat_Rate
파일 보기 프로젝트 열기: woocommerce/woocommerce

공개 메소드들

메소드 설명
__construct ( ) Constructor.
get_option_key ( ) : string Return the name of the option in the WP DB.
init_form_fields ( ) Initialise settings form fields.
is_available ( array $package ) : boolean is_available function.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

get_option_key() 공개 메소드

Return the name of the option in the WP DB.
부터: 2.6.0
public get_option_key ( ) : string
리턴 string

init_form_fields() 공개 메소드

Initialise settings form fields.
public init_form_fields ( )

is_available() 공개 메소드

is_available function.
public is_available ( array $package ) : boolean
$package array
리턴 boolean