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