コード例 #1
0
 /**
  * @param	Factura $factura The factura object to add.
  */
 protected function doAddFactura($factura)
 {
     $this->collFacturas[] = $factura;
     $factura->setPacientefacturacion($this);
 }