Exemplo n.º 1
0
 /**
  * @param	Factura $factura The factura object to add.
  */
 protected function doAddFactura($factura)
 {
     $this->collFacturas[] = $factura;
     $factura->setTipoPago($this);
 }