Ejemplo n.º 1
0
 function getTutores()
 {
     $tutorDao = new TutorDao();
     return $tutorDao->listByDisciplina($this);
 }