LineItem ​
- Type
- Class
- Namespace
- craft\commerce\models
- Inherits
- craft\commerce\models\LineItem » craft\commerce\base\Model » craft\base\Model » yii\base\Model » yii\base\Component » yii\base\BaseObject
- Implements
- ArrayAccess, IteratorAggregate, craft\base\ModelInterface, yii\base\Arrayable, yii\base\Configurable, yii\base\StaticInstanceInterface
- Uses traits
- craft\base\ClonefixTrait, yii\base\ArrayableTrait, yii\base\StaticInstanceTrait
- Since
- 2.0
Line Item model representing a line item on an order.
Public Properties ​
adjustments
​
- Type
- array, craft\commerce\models\OrderAdjustment[]
- Default value
null
adjustmentsTotal
​
- Default value
null
- Access
- Read-only
adjustmentsTotalAsCurrency
​
- Type
- string
- Default value
null
dateCreated
​
dateUpdated
​
description
​
- Type
- string
- Default value
null
discount
​
- Type
- float
- Default value
null
discountAsCurrency
​
- Type
- string
- Default value
null
fulfilledTotalQuantity
​
- Type
- integer
- Default value
null
- Access
- Read-only
- Since
- 5.0.0
hasFreeShipping
​
- Type
- boolean
- Default value
null
height
​
- Type
- float
- Default value
0
Height
id
​
ID
isPromotable
​
- Type
- boolean
- Default value
null
isShippable
​
- Type
- boolean
- Default value
null
isTaxable
​
- Type
- boolean
- Default value
null
length
​
- Type
- float
- Default value
0
Length
lineItemStatus
​
- Type
- craft\commerce\models\LineItemStatus, null
- Default value
null
lineItemStatusId
​
Line Item Status ID
note
​
- Type
- string
- Default value
''
Note
onPromotion
​
- Type
- boolean
- Default value
null
onSale
​
- Type
- boolean
- Default value
null
- Access
- Read-only
options
​
- Type
- array
- Default value
null
optionsSignature
​
- Type
- string
- Default value
null
the unique hash of the options
order
​
- Type
- craft\commerce\elements\Order
- Default value
null
orderId
​
Order ID
price
​
- Type
- float
- Default value
null
priceAsCurrency
​
- Type
- string
- Default value
null
privateNote
​
- Type
- string
- Default value
''
Private Note
promotionalAmount
​
- Type
- float
- Default value
null
promotionalPrice
​
purchasable
​
- Type
- craft\commerce\base\Purchasable
- Default value
null
purchasableId
​
Purchasable ID
qty
​
- Type
- integer
- Default value
null
Quantity
saleAmount
​
- Type
- float
- Default value
null
- Access
- Read-only
saleAmountAsCurrency
​
- Type
- string
- Default value
null
salePrice
​
- Type
- float
- Default value
null
salePriceAsCurrency
​
- Type
- string
- Default value
null
shippingCategory
​
- Type
- craft\commerce\models\ShippingCategory
- Default value
null
shippingCategoryId
​
Shipping category ID
shippingCost
​
- Type
- integer
- Default value
null
shippingCostAsCurrency
​
- Type
- string
- Default value
null
sku
​
- Type
- string
- Default value
null
snapshot
​
- Type
- array
- Default value
null
subtotal
​
- Type
- float
- Default value
null
the Purchasable’s sale price multiplied by the quantity of the line item
subtotalAsCurrency
​
- Type
- string
- Default value
null
tax
​
- Type
- integer
- Default value
null
taxAsCurrency
​
- Type
- string
- Default value
null
taxCategory
​
- Type
- craft\commerce\models\TaxCategory
- Default value
null
taxCategoryId
​
Tax category ID
taxIncluded
​
- Type
- integer
- Default value
null
taxIncludedAsCurrency
​
- Type
- string
- Default value
null
total
​
- Type
- float
- Default value
null
the subTotal plus any adjustments belonging to this line item
totalAsCurrency
​
- Type
- string
- Default value
null
type
​
- Type
\craft\commerce\enums\LineItemType
- Default value
\craft\commerce\enums\LineItemType::Purchasable
- Since
- 5.1.0
uid
​
UID
weight
​
- Type
- float
- Default value
0
Weight
width
​
- Type
- float
- Default value
0
Width
Public Methods ​
Method | Description |
---|---|
__call() | Calls the named method which is not a class method. |
__clone() | This method is called after the object is created by cloning an existing one. |
__construct() | |
__get() | Returns the value of a component property. |
__isset() | Checks if a property is set, i.e. defined and not null. |
__set() | Sets the value of a component property. |
__unset() | Sets a component property to be null. |
activeAttributes() | Returns the attribute names that are subject to validation in the current scenario. |
addError() | Adds a new error to the specified attribute. |
addErrors() | Adds a list of errors. |
addModelErrors() | Adds errors from another model, with a given attribute name prefix. |
afterValidate() | This method is invoked after validation ends. |
attachBehavior() | Attaches a behavior to this component. |
attachBehaviors() | Attaches a list of behaviors to the component. |
attributeHints() | Returns the attribute hints. |
attributeLabels() | Returns the attribute labels. |
attributes() | Returns the list of attribute names. |
beforeValidate() | This method is invoked before validation starts. |
behaviors() | Returns a list of behaviors that this component should behave as. |
canGetProperty() | Returns a value indicating whether a property can be read. |
canSetProperty() | Returns a value indicating whether a property can be set. |
className() | Returns the fully qualified name of this class. |
clearErrors() | Removes errors for all attributes or a single attribute. |
createValidators() | Creates validator objects based on the validation rules specified in rules(). |
currencyAttributes() | The attributes on the order that should be made available as formatted currency. |
datetimeAttributes() | Returns the names of any attributes that should hold DateTime values. |
detachBehavior() | Detaches a behavior from the component. |
detachBehaviors() | Detaches all behaviors from the component. |
ensureBehaviors() | Makes sure that the behaviors declared in behaviors() are attached to this component. |
extraFields() | Returns the list of fields that can be expanded further and returned by toArray(). |
fields() | Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. |
formName() | Returns the form name that this model class should use. |
generateAttributeLabel() | Generates a user friendly attribute label based on the give attribute name. |
getActiveValidators() | Returns the validators applicable to the current scenario. |
getAdjustments() | |
getAdjustmentsTotal() | |
getAttributeHint() | Returns the text hint for the specified attribute. |
getAttributeLabel() | Returns the text label for the specified attribute. |
getAttributes() | Returns attribute values. |
getBehavior() | Returns the named behavior object. |
getBehaviors() | Returns all behaviors attached to this component. |
getDescription() | |
getDiscount() | |
getErrorSummary() | Returns the errors for all attributes as a one-dimensional array. |
getErrors() | Returns the errors for all attributes or a single attribute. |
getFirstError() | Returns the first error of the specified attribute. |
getFirstErrors() | Returns the first error of every attribute in the model. |
getFulfilledTotalQuantity() | |
getHasFreeShipping() | |
getIsPromotable() | |
getIsShippable() | |
getIsTaxable() | |
getIterator() | Returns an iterator for traversing the attributes in the model. |
getLineItemStatus() | |
getOnPromotion() | |
getOnSale() | |
getOptions() | Returns the options for the line item. |
getOptionsSignature() | Returns a unique hash of the line item options |
getOrder() | |
getPrice() | |
getPromotionalAmount() | |
getPromotionalPrice() | |
getPurchasable() | |
getSaleAmount() | |
getSalePrice() | |
getScenario() | Returns the scenario that this model is used in. |
getShippingCategory() | |
getShippingCost() | |
getSku() | |
getSnapshot() | Returns the snapshot for the line item. |
getSubtotal() | |
getTax() | |
getTaxCategory() | |
getTaxIncluded() | |
getTaxableSubtotal() | |
getTotal() | Returns the Purchasable’s sale price multiplied by the quantity of the line item, plus any adjustment belonging to this lineitem. |
getValidators() | Returns all the validators declared in rules(). |
hasErrors() | Returns a value indicating whether there is any validation error. |
hasEventHandlers() | Returns a value indicating whether there is any handler attached to the named event. |
hasMethod() | Returns a value indicating whether a method is defined. |
hasProperty() | Returns a value indicating whether a property is defined for this component. |
init() | Initializes the object. |
instance() | Returns static class instance, which can be used to obtain meta information. |
isAttributeActive() | Returns a value indicating whether the attribute is active in the current scenario. |
isAttributeRequired() | Returns a value indicating whether the attribute is required. |
isAttributeSafe() | Returns a value indicating whether the attribute is safe for massive assignments. |
load() | Populates the model with input data. |
loadMultiple() | Populates a set of models with the data from end user. |
off() | Detaches an existing event handler from this component. |
offsetExists() | Returns whether there is an element at the specified offset. |
offsetGet() | Returns the element at the specified offset. |
offsetSet() | Sets the element at the specified offset. |
offsetUnset() | Sets the element value at the specified offset to null. |
on() | Attaches an event handler to an event. |
onUnsafeAttribute() | This method is invoked when an unsafe attribute is being massively assigned. |
populate() | |
populateFromPurchasable() | |
refresh() | |
refreshFromPurchasable() | |
rules() | Returns the validation rules for attributes. |
safeAttributes() | Returns the attribute names that are safe to be massively assigned in the current scenario. |
scenarios() | Returns a list of scenarios and the corresponding active attributes. |
setAttributes() | Sets the attribute values in a massive way. |
setDescription() | |
setHasFreeShipping() | |
setIsPromotable() | |
setIsShippable() | |
setIsTaxable() | |
setLineItemStatus() | |
setOptions() | Set the options array on the line item. |
setOrder() | |
setPrice() | |
setPromotionalPrice() | |
setPurchasable() | |
setScenario() | Sets the scenario for the model. |
setSku() | |
setSnapshot() | Set the snapshot array on the line item. |
toArray() | Converts the model into an array. |
trigger() | Triggers an event. |
validate() | Performs the data validation. |
validateMultiple() | Validates multiple models. |
attributes()
​
Returns the list of attribute names.
By default, this method returns all public non-static properties of the class. You may override this method to change the default behavior.
Returns ​
string[] – List of attribute names.
behaviors()
​
Returns a list of behaviors that this component should behave as.
Child classes may override this method to specify the behaviors they want to behave as.
The return value of this method should be an array of behavior objects or configurations indexed by behavior names. A behavior configuration can be either a string specifying the behavior class or an array of the following structure:
'behaviorName' => [
'class' => 'BehaviorClass',
'property1' => 'value1',
'property2' => 'value2',
]
Note that a behavior class must extend from \craft\commerce\models\Behavior
. Behaviors can be attached using a name or anonymously. When a name is used as the array key, using this name, the behavior can later be retrieved using getBehavior() or be detached using detachBehavior(). Anonymous behaviors can not be retrieved or detached.
Behaviors declared in this method will be attached to the component automatically (on demand).
Returns ​
array – The behavior configurations.
currencyAttributes()
​
The attributes on the order that should be made available as formatted currency.
extraFields()
​
Returns the list of fields that can be expanded further and returned by toArray().
This method is similar to fields() except that the list of fields returned by this method are not returned by default by toArray(). Only when field names to be expanded are explicitly specified when calling toArray(), will their values be exported.
The default implementation returns an empty array.
You may override this method to return a list of expandable fields based on some context information (e.g. the current application user).
Returns ​
array – The list of expandable field names or field definitions. Please refer to fields() on the format of the return value.
fields()
​
Returns the list of fields that should be returned by default by toArray() when no specific fields are specified.
A field is a named element in the returned array by toArray().
This method should return an array of field names or field definitions. If the former, the field name will be treated as an object property name whose value will be used as the field value. If the latter, the array key should be the field name while the array value should be the corresponding field definition which can be either an object property name or a PHP callable returning the corresponding field value. The signature of the callable should be:
function ($model, $field) {
// return field value
}
For example, the following code declares four fields:
email
: the field name is the same as the property nameemail
;firstName
andlastName
: the field names arefirstName
andlastName
, and their values are obtained from thefirst_name
andlast_name
properties;fullName
: the field name isfullName
. Its value is obtained by concatenatingfirst_name
andlast_name
.
return [
'email',
'firstName' => 'first_name',
'lastName' => 'last_name',
'fullName' => function () {
return $this->first_name . ' ' . $this->last_name;
},
];
In this method, you may also want to return different lists of fields based on some context information. For example, depending on the privilege of the current application user, you may return different sets of visible fields or filter out some fields.
The default implementation of this method returns the public object member variables indexed by themselves.
Returns ​
array – The list of field names or field definitions.
getAdjustments()
​
Returns ​
craft\commerce\models\OrderAdjustment[]
Throws ​
getAdjustmentsTotal()
​
Arguments ​
$included
Throws ​
getDescription()
​
Returns ​
getDiscount()
​
Throws ​
getFulfilledTotalQuantity()
​
- Since
- 5.0.0
Returns ​
Throws ​
getHasFreeShipping()
​
- Since
- 5.1.0
Returns ​
Throws ​
getIsPromotable()
​
- Since
- 5.1.0
Returns ​
Throws ​
getIsShippable()
​
- Since
- 3.4
getIsTaxable()
​
- Since
- 3.3.4
getLineItemStatus()
​
Throws ​
getOnPromotion()
​
- Since
- 5.0.0
Returns ​
getOnSale()
​
DEPRECATED
Deprecated in 5.0.0. Use getOnPromotion()
instead.
Returns ​
Throws ​
getOptions()
​
Returns the options for the line item.
getOptionsSignature()
​
Returns a unique hash of the line item options
getOrder()
​
Throws ​
getPrice()
​
- Since
- 3.1.1
getPromotionalAmount()
​
- Since
- 5.0.0
Returns ​
getPromotionalPrice()
​
- Since
- 5.0.0
Returns ​
getPurchasable()
​
Returns ​
craft\commerce\base\PurchasableInterface, null
Throws ​
getSaleAmount()
​
DEPRECATED
Deprecated in 5.0.0. Use getPromotionalAmount()
instead.)
Returns ​
Throws ​
getSalePrice()
​
Returns ​
float – Sale Price
getShippingCategory()
​
Returns ​
craft\commerce\models\ShippingCategory
Throws ​
getShippingCost()
​
Throws ​
getSku()
​
Returns ​
getSnapshot()
​
- Since
- 5.0.0
Returns the snapshot for the line item.
Returns ​
getSubtotal()
​
getTax()
​
Throws ​
getTaxCategory()
​
Throws ​
getTaxIncluded()
​
Throws ​
getTaxableSubtotal()
​
Arguments ​
$taxable
(string)
Returns ​
Throws ​
getTotal()
​
Returns the Purchasable’s sale price multiplied by the quantity of the line item, plus any adjustment belonging to this lineitem.
Throws ​
init()
​
Initializes the object.
This method is invoked at the end of the constructor after the object is initialized with the given configuration.
populate()
​
- Since
- 5.1.0
Arguments ​
$data
(mixed
, null)
Returns ​
void
Throws ​
populateFromPurchasable()
​
DEPRECATED
Deprecated in 5.0.0. Use populate()
instead.
Arguments ​
$purchasable
(craft\commerce\base\PurchasableInterface)
Returns ​
void
Throws ​
refresh()
​
- Since
- 5.1.0
Returns ​
Throws ​
refreshFromPurchasable()
​
DEPRECATED
Deprecated in 5.1.0. Use refresh()
instead.
Returns ​
boolean – False when no related purchasable exists
Throws ​
- craft\errors\DeprecationException
- yii\base\Exception
- yii\base\InvalidConfigException
- craft\errors\SiteNotFoundException
setDescription()
​
Arguments ​
$description
(?string
)
Returns ​
void
setHasFreeShipping()
​
- Since
- 5.1.0
Arguments ​
Returns ​
void
setIsPromotable()
​
- Since
- 5.1.0
Arguments ​
Returns ​
void
setIsShippable()
​
- Since
- 5.1.0
Arguments ​
Returns ​
void
setIsTaxable()
​
- Since
- 5.1.0
Arguments ​
Returns ​
void
setLineItemStatus()
​
- Since
- 3.2.2
Arguments ​
$status
(craft\commerce\models\LineItemStatus, null)
setOptions()
​
Set the options array on the line item.
Arguments ​
$options
setOrder()
​
Arguments ​
$order
(craft\commerce\elements\Order)
Returns ​
void
setPrice()
​
- Since
- 3.1.1
Arguments ​
$price
setPromotionalPrice()
​
- Since
- 5.0.0
Arguments ​
Returns ​
void
setPurchasable()
​
Arguments ​
$purchasable
(craft\commerce\base\PurchasableInterface)
Returns ​
void
Throws ​
setSku()
​
Arguments ​
$sku
(?string
)
Returns ​
void
setSnapshot()
​
- Since
- 5.0.0
Set the snapshot array on the line item.
Arguments ​
Returns ​
void
Protected Methods ​
Method | Description |
---|---|
defineBehaviors() | Returns the behaviors to attach to this class. |
defineRules() | |
extractFieldsFor() | Extract nested fields from a fields collection for a given root field Nested fields are separated with dots (.). e.g: "item.id" The previous example would extract "id". |
extractRootFields() | Extracts the root field names from nested fields. |
resolveFields() | Determines which fields can be returned by toArray(). |
defineRules()
​
Constants ​
Constant | Description |
---|---|
SCENARIO_DEFAULT | The name of the default scenario. |