Ejemplo n.º 1
0
 public function getAllLog($params)
 {
     $getall = \module\mlog::getAllLog($params);
     echo json_encode($getall);
 }