$this->id, 'nombre' => $this->nombre, 'subtotal_productos' => number_format($this->getSubtotalProductos(),2), 'subtotal_bonos' => number_format($this->getSubtotalBonos(),2), 'bonos_de_transporte' => $this->cantidadBDT(), 'subtotal_bonos_de_transporte' => number_format($this->getSubtotalBDT(),2), 'total' => number_format($this->getTotal(),2), 'grupo_de_compra' => $this->grupoDeCompra ]; } }