Exemplo n.º 1
0
 function render_json($jsonData)
 {
     $render = new TemplateManager();
     $render->renderJson($jsonData);
 }