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