Example #1
0
 /**
  * @param ChildCustomer $customer The ChildCustomer object to add.
  */
 protected function doAddCustomer(ChildCustomer $customer)
 {
     $this->collCustomers[] = $customer;
     $customer->setPerson($this);
 }