예제 #1
0
 /**
  * Add brand
  *
  * @param \Seh\Bundle\SehBundle\Entity\Brand $brand
  * @return $this
  */
 public function addBrand($brand)
 {
     $brand->addFaqQuestion($this);
     $this->brands->add($brand);
     return $this;
 }