예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function removeTaxon(TaxonInterface $taxon)
 {
     $this->root->removeChild($taxon);
 }