remove test
This commit is contained in:
parent
b939c7639c
commit
97c596cc5f
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ class Bulletin {
|
|||
|
||||
public function __construct($wiki, Eleve $eleve) {
|
||||
$this->eleve = $eleve;
|
||||
echo var_dump($eleve);
|
||||
// echo var_dump($eleve);
|
||||
|
||||
$listManager = $wiki->services->get(ListManager::class);
|
||||
$matieres = $listManager->getOne('ListeMatiere');
|
||||
|
|
|
@ -17,7 +17,7 @@ class Matiere {
|
|||
$this->nom = $nom;
|
||||
|
||||
$eleveId = $bulletin->getId();
|
||||
echo "<p>".$eleveId."</p>";
|
||||
// echo "<p>".$eleveId."</p>";
|
||||
|
||||
$noteManager = $wiki->services->get(NoteManager::class);
|
||||
$entries = $noteManager->getNotes($eleveId, $id);
|
||||
|
|
Loading…
Reference in a new issue