Ejemplo n.º 1
0
 /**
  * Removes a brand.
  *
  * @param Brand $brand
  * @return $this For fluid purposes.
  */
 public function removeBrand(\Seh\Bundle\SehBundle\Entity\Brand $brand)
 {
     $this->brands->removeElement($brand);
     return $this;
 }