Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getWeight()
 {
     if (null === $this->attribute) {
         return $this->product->getWeight();
     }
     return $this->attribute->getWeight();
 }