Esempio n. 1
0
 public static function findByIdmatiere($idmatiere, $idetu, $groupe)
 {
     return noteDAO::findById($idmatiere, $idetu, $groupe);
 }