Example #1
0
 /**
  * Clear all bills
  * 
  * @return \UnrLab\DomainBundle\Entity\Customer
  */
 public function clearBills()
 {
     $this->bills->clear();
     return $this;
 }