예제 #1
0
파일: Product.php 프로젝트: sidibea/Sylius
 /**
  * {@inheritdoc}
  */
 public function hasTaxon(BaseTaxonInterface $taxon)
 {
     return $this->taxons->contains($taxon);
 }