Метод |
Описание |
|
getDelete ( ) |
|
|
getName ( ) |
|
|
getOption ( $name, $default = null ) |
|
|
getOptions ( ) |
|
|
getPosition ( ) |
|
|
getPrice ( $vat = false ) |
|
|
getProduct ( ) |
|
|
getProductCode ( ) |
|
|
getProductDefinition ( ) |
|
|
getProductId ( ) |
|
|
getProductManager ( ) |
|
|
getProductProvider ( ) |
|
|
getQuantity ( ) |
|
|
getTotal ( $vat = false ) |
|
|
getUnitPrice ( $vat = false ) |
|
|
getVatAmount ( ) |
|
|
getVatRate ( ) |
|
|
hasOption ( $name ) |
|
|
hasProductDefinition ( ) |
|
|
isPriceIncludingVat ( ) |
|
|
isValid ( ) |
|
|
serialize ( ) |
|
|
setDelete ( $delete ) |
|
|
setOption ( $name, $value ) |
|
|
setOptions ( array $options = [] ) |
|
|
setPosition ( $position ) |
|
|
setPrice ( $price ) |
|
|
setPriceIncludingVat ( $priceIncludingVat ) |
|
|
setProduct ( $productCode, Sonata\Component\Product\ProductInterface $product ) |
|
|
setProductDefinition ( ProductDefinition $productDefinition ) |
|
|
setProductId ( $productId ) |
|
|
setQuantity ( $quantity ) |
|
|
setUnitPrice ( $unitPrice ) |
|
|
setVatRate ( $vatRate ) |
|
|
unserialize ( $data ) |
|
|