コード例 #1
0
ファイル: Taxonomy.php プロジェクト: aleherse/Sylius
 /**
  * {@inheritdoc}
  */
 public function removeTaxon(TaxonInterface $taxon)
 {
     $this->root->removeChild($taxon);
 }