Example #1
0
 /**
  * Get clear weight
  *
  * @return float
  */
 public function getClearWeight()
 {
     return $this->getDefaultVariant() ? $this->getDefaultVariant()->getClearWeight() : parent::getClearWeight();
 }
 /**
  * {@inheritDoc}
  */
 public function getClearWeight()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getClearWeight', array());
     return parent::getClearWeight();
 }