Example #1
0
 /**
  * @param AamcMethodInterface $aamcMethod
  */
 public function addAamcMethod(AamcMethodInterface $aamcMethod)
 {
     $this->aamcMethods->add($aamcMethod);
 }
Example #2
0
 /**
  * @param AamcMethodInterface $aamcMethod
  */
 public function removeAamcMethod(AamcMethodInterface $aamcMethod)
 {
     $this->aamcMethods->removeElement($aamcMethod);
 }