/** * @param Factura $factura The factura object to add. */ protected function doAddFactura($factura) { $this->collFacturas[] = $factura; $factura->setVenta($this); }