Example #1
0
 /**
  * Set quantity of the product on the warehouse.
  *
  * @param double $data
  */
 public function setQuantity($data)
 {
     parent::setQuantity($data);
 }