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