getWeight() public method

public getWeight ( ) : float
return float
コード例 #1
0
 public function getWeight() : float
 {
     return $this->product->getWeight();
 }