예제 #1
0
 function getFormacoes()
 {
     $tutor = new Tutor();
     return $tutor->getFormacoes();
 }