Example #1
0
 /**
  * @inheritdoc
  */
 public function removeChangeType(AlertChangeTypeInterface $changeType)
 {
     $this->changeTypes->removeElement($changeType);
 }
Example #2
0
 /**
  * @param AlertChangeType $changeType
  */
 public function addChangeType(AlertChangeType $changeType)
 {
     $this->changeTypes->add($changeType);
 }