Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function removeRule(RuleInterface $rule)
 {
     $rule->setPromotion(null);
     $this->rules->removeElement($rule);
     return $this;
 }