Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function hasBrand(DrugInterface $brand = null)
 {
     return $this->brands->contains($brand);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function hasDrug(DrugInterface $drug)
 {
     return $this->drugs->contains($drug);
 }