예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function removeMatcher(MatcherInterface $matcher) {
   $this->getMatchers()->removeInstanceId($matcher->getUuid());
   $this->save();
   return $this;
 }