Example #1
0
 public function __toString()
 {
     return $this->paquete->getNombre() ? $this->paquete->getNombre() . ' $' . $this->paquete->getCosto() . ' ' . $this->getFechaVenta()->format('d-m-Y') : '';
 }