PHP Класс WellCommerce\Bundle\OrderBundle\Entity\OrderProduct

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\OrderBundle\Entity\OrderProductInterface, use trait WellCommerce\Bundle\DoctrineBundle\Behaviours\Timestampable\TimestampableTrait, use trait WellCommerce\Bundle\ProductBundle\Entity\ProductAwareTrait, use trait WellCommerce\Bundle\ProductBundle\Entity\VariantAwareTrait, use trait OrderAwareTrait
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$buyPrice
$options
$quantity
$sellPrice
$weight

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

Метод Описание
decreaseQuantity ( integer $decrease )
getBuyPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
getOptions ( ) : array
getQuantity ( ) : integer
getSellPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
getWeight ( ) : float
increaseQuantity ( integer $increase )
setBuyPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $buyPrice )
setOptions ( array $options )
setQuantity ( integer $quantity )
setSellPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $sellPrice )
setWeight ( float $weight )

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

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

public decreaseQuantity ( integer $decrease )
$decrease integer

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

public getBuyPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
Результат WellCommerce\Bundle\AppBundle\Entity\PriceInterface

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

public getOptions ( ) : array
Результат array

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

public getQuantity ( ) : integer
Результат integer

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

public getSellPrice ( ) : WellCommerce\Bundle\AppBundle\Entity\PriceInterface
Результат WellCommerce\Bundle\AppBundle\Entity\PriceInterface

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

public getWeight ( ) : float
Результат float

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

public increaseQuantity ( integer $increase )
$increase integer

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

public setBuyPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $buyPrice )
$buyPrice WellCommerce\Bundle\AppBundle\Entity\PriceInterface

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

public setOptions ( array $options )
$options array

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

public setQuantity ( integer $quantity )
$quantity integer

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

public setSellPrice ( WellCommerce\Bundle\AppBundle\Entity\PriceInterface $sellPrice )
$sellPrice WellCommerce\Bundle\AppBundle\Entity\PriceInterface

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

public setWeight ( float $weight )
$weight float

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

$buyPrice защищенное свойство

protected $buyPrice

$options защищенное свойство

protected $options

$quantity защищенное свойство

protected $quantity

$sellPrice защищенное свойство

protected $sellPrice

$weight защищенное свойство

protected $weight