Exemplo n.º 1
0
 function getById()
 {
     $disciplinaDao = new DisciplinaDao();
     return $disciplinaDao->getById($this->id);
 }