PHP Класс WC_Order_Item_Product

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

Защищенные свойства (Protected)

Свойство Тип Описание
$extra_data array Order Data array. This is the core order data exposed in APIs since 2.7.0.

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

Метод Описание
get_item_download_url ( integer $download_id ) : string Get the Download URL.
get_item_downloads ( ) : array Get any associated downloadable files.
get_product ( ) : WC_Product | boolean Get the associated product.
get_product_id ( string $context = 'view' ) : integer Get product ID.
get_quantity ( string $context = 'view' ) : integer Get quantity.
get_subtotal ( string $context = 'view' ) : string Get subtotal.
get_subtotal_tax ( string $context = 'view' ) : string Get subtotal tax.
get_tax_class ( string $context = 'view' ) : string Get tax class.
get_tax_status ( ) : string Get tax status.
get_taxes ( string $context = 'view' ) : array Get fee taxes.
get_total ( string $context = 'view' ) : string Get total.
get_total_tax ( string $context = 'view' ) : string Get total tax.
get_type ( ) : string Get order item type.
get_variation_id ( string $context = 'view' ) : integer Get variation ID.
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_backorder_meta ( ) Set meta data for backordered products.
set_product ( WC_Product $product ) Set properties based on passed in product object.
set_product_id ( integer $value ) Set Product ID
set_quantity ( integer $value ) Set quantity.
set_subtotal ( string $value ) Line subtotal (before discounts).
set_subtotal_tax ( string $value ) Line subtotal tax (before discounts).
set_tax_class ( string $value ) Set tax class.
set_taxes ( array $raw_tax_data ) Set line taxes and totals for passed in taxes.
set_total ( string $value ) Line total (after discounts).
set_total_tax ( string $value ) Line total tax (after discounts).
set_variation ( array $data ) Set variation data (stored as meta data - write only).
set_variation_id ( integer $value ) Set variation ID.

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

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

Get the Download URL.
public get_item_download_url ( integer $download_id ) : string
$download_id integer
Результат string

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

Get any associated downloadable files.
public get_item_downloads ( ) : array
Результат array

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

Get the associated product.
public get_product ( ) : WC_Product | boolean
Результат WC_Product | boolean

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

Get product ID.
public get_product_id ( string $context = 'view' ) : integer
$context string
Результат integer

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

Get quantity.
public get_quantity ( string $context = 'view' ) : integer
$context string
Результат integer

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

Get subtotal.
public get_subtotal ( string $context = 'view' ) : string
$context string
Результат string

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

Get subtotal tax.
public get_subtotal_tax ( string $context = 'view' ) : string
$context string
Результат string

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

Get tax class.
public get_tax_class ( string $context = 'view' ) : string
$context string
Результат string

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

Get tax status.
public get_tax_status ( ) : string
Результат string

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

Get fee taxes.
public get_taxes ( string $context = 'view' ) : array
$context string
Результат array

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

Get total.
public get_total ( string $context = 'view' ) : string
$context string
Результат string

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

Get total tax.
public get_total_tax ( string $context = 'view' ) : string
$context string
Результат string

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

Get order item type.
public get_type ( ) : string
Результат string

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

Get variation ID.
public get_variation_id ( string $context = 'view' ) : integer
$context string
Результат integer

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_backorder_meta() публичный Метод

Set meta data for backordered products.
public set_backorder_meta ( )

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

Set properties based on passed in product object.
public set_product ( WC_Product $product )
$product WC_Product

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

Set Product ID
public set_product_id ( integer $value )
$value integer

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

Set quantity.
public set_quantity ( integer $value )
$value integer

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

Line subtotal (before discounts).
public set_subtotal ( string $value )
$value string

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

Line subtotal tax (before discounts).
public set_subtotal_tax ( string $value )
$value string

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

Set tax class.
public set_tax_class ( string $value )
$value string

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

Set line taxes and totals for passed in taxes.
public set_taxes ( array $raw_tax_data )
$raw_tax_data array

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

Line total (after discounts).
public set_total ( string $value )
$value string

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

Line total tax (after discounts).
public set_total_tax ( string $value )
$value string

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

Set variation data (stored as meta data - write only).
public set_variation ( array $data )
$data array Key/Value pairs

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

Set variation ID.
public set_variation_id ( integer $value )
$value integer

Описание свойств

$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