Exemplo n.º 1
0
 /**
  * @param	LeasingEventBookings $leasingEventBookings The leasingEventBookings object to add.
  */
 protected function doAddLeasingEventBookings($leasingEventBookings)
 {
     $this->collLeasingEventBookingss[] = $leasingEventBookings;
     $leasingEventBookings->setLeasingEventLeads($this);
 }