/**
  * {@inheritDoc}
  */
 public function setWeightModifierType($weightModifierType)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWeightModifierType', array($weightModifierType));
     return parent::setWeightModifierType($weightModifierType);
 }