예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function removeRule(RuleInterface $rule)
 {
     $rule->setMethod(null);
     $this->rules->removeElement($rule);
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function removeRule(RuleInterface $rule)
 {
     $rule->setPromotion(null);
     $this->rules->removeElement($rule);
     return $this;
 }