phpDocumentor

StoredOrderItemAttribute extends OrderItemAttribute
in package
implements StoredOrderItemAttributeInterface

Class StoredOrderItemAttribute

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

StoredOrderItemAttributeInterface
Interface StoredOrderItemAttributeInterface

Table of Contents

$name  : string
Name.
$optionId  : IdType
Option ID.
$optionValueId  : IdType
Option value ID.
$orderItemAttributeId  : int
Order item attribute ID.
$price  : float
Price.
$priceType  : string
Price type.
$value  : string
Value.
__construct()  : mixed
StoredOrderItemAttribute constructor.
getName()  : string
Returns the name of the order item attribute.
getOptionId()  : IdType
Returns the option ID.
getOptionValueId()  : IdType
Returns the option value ID.
getOrderItemAttributeId()  : int
Returns the ID of the stored order item attribute.
getPrice()  : float
Returns the price of the order item attribute.
getPriceType()  : string
Returns the price type of the order item attribute.
getValue()  : string
Returns the value of the order item attribute.
setName()  : OrderItemAttribute
Sets the name of the order item attribute.
setOptionId()  : OrderItemAttribute
Sets the option ID.
setOptionValueId()  : OrderItemAttribute
Set option value ID.
setPrice()  : OrderItemAttribute
Sets the price of the order item attribute.
setPriceType()  : OrderItemAttribute
Sets the price type of the order item attribute.
setValue()  : OrderItemAttribute
Sets the value of the order item attribute.

Properties

Methods

__construct()

StoredOrderItemAttribute constructor.

public __construct(IdType $orderItemAttributeId) : mixed
Parameters
$orderItemAttributeId : IdType

IDd of order item attribute.

Return values
mixed

getName()

Returns the name of the order item attribute.

public getName() : string
Return values
string

Name of the order item attribute.

getOrderItemAttributeId()

Returns the ID of the stored order item attribute.

public getOrderItemAttributeId() : int
Return values
int

Order item attribute ID.

getPrice()

Returns the price of the order item attribute.

public getPrice() : float
Return values
float

Price of the order item attribute.

getPriceType()

Returns the price type of the order item attribute.

public getPriceType() : string
Return values
string

Price type of the order item attribute.

getValue()

Returns the value of the order item attribute.

public getValue() : string
Return values
string

Value of the order item attribute.

Search results