Exemplo n.º 1
0
 public function addBankAccount(BankAccount $l)
 {
     $this->collBankAccounts[] = $l;
     $l->setDepartment($this);
 }