Exemplo n.º 1
0
 /**
  * Get weight for the product.
  *
  * @return float
  */
 public function getWeight()
 {
     $result = parent::getWeight();
     return $result;
 }