PHP Class Product_OrderItem, silvershop-core

Inheritance: extends OrderItem
Exibir arquivo Open project: burnbright/silverstripe-shop Class Usage Examples

Public Methods

Method Description
Link ( )
Product ( boolean $forcecurrent = false ) : Product Get related product - live version if in cart, or - historical version if order is placed
TableTitle ( )
onPlacement ( )

Method Details

Product() public method

Get related product - live version if in cart, or - historical version if order is placed
public Product ( boolean $forcecurrent = false ) : Product
$forcecurrent boolean - force getting latest version of the product.
return Product

TableTitle() public method

public TableTitle ( )

onPlacement() public method

public onPlacement ( )