PHP 클래스 WC_Order_Item_Coupon

부터: 2.7.0
저자: WooThemes
상속: extends WC_Order_Item
파일 보기 프로젝트 열기: woocommerce/woocommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$extra_data array Order Data array. This is the core order data exposed in APIs since 2.7.0.

공개 메소드들

메소드 설명
get_code ( string $context = 'view' ) : string Get coupon code.
get_discount ( string $context = 'view' ) : string Get discount amount.
get_discount_tax ( $context = 'view' ) : string Get discounted tax amount.
get_name ( string $context = 'view' ) : string Get order item name.
get_type ( ) : string Get order item type.
offsetExists ( string $offset ) : boolean offsetExists for ArrayAccess
offsetGet ( string $offset ) : mixed offsetGet for ArrayAccess/Backwards compatibility.
offsetSet ( string $offset, mixed $value ) offsetSet for ArrayAccess/Backwards compatibility.
set_code ( string $value ) Set code.
set_discount ( string $value ) Set discount amount.
set_discount_tax ( string $value ) Set discounted tax amount.
set_name ( string $value ) Set order item name.

메소드 상세

get_code() 공개 메소드

Get coupon code.
public get_code ( string $context = 'view' ) : string
$context string
리턴 string

get_discount() 공개 메소드

Get discount amount.
public get_discount ( string $context = 'view' ) : string
$context string
리턴 string

get_discount_tax() 공개 메소드

Get discounted tax amount.
public get_discount_tax ( $context = 'view' ) : string
리턴 string

get_name() 공개 메소드

Get order item name.
public get_name ( string $context = 'view' ) : string
$context string
리턴 string

get_type() 공개 메소드

Get order item type.
public get_type ( ) : string
리턴 string

offsetExists() 공개 메소드

offsetExists for ArrayAccess
public offsetExists ( string $offset ) : boolean
$offset string
리턴 boolean

offsetGet() 공개 메소드

offsetGet for ArrayAccess/Backwards compatibility.
사용 중단: Add deprecation notices in future release.
public offsetGet ( string $offset ) : mixed
$offset string
리턴 mixed

offsetSet() 공개 메소드

offsetSet for ArrayAccess/Backwards compatibility.
사용 중단: Add deprecation notices in future release.
public offsetSet ( string $offset, mixed $value )
$offset string
$value mixed

set_code() 공개 메소드

Set code.
public set_code ( string $value )
$value string

set_discount() 공개 메소드

Set discount amount.
public set_discount ( string $value )
$value string

set_discount_tax() 공개 메소드

Set discounted tax amount.
public set_discount_tax ( string $value )
$value string

set_name() 공개 메소드

Set order item name.
public set_name ( string $value )
$value string

프로퍼티 상세

$extra_data 보호되어 있는 프로퍼티

Order Data array. This is the core order data exposed in APIs since 2.7.0.
부터: 2.7.0
protected array $extra_data
리턴 array