public function TablaLeyendaGrafica($datos) { $o_DReporte = new DReporte(); $respuesta = $o_DReporte->TablaLeyendaGrafica($datos); return $respuesta; }