This commit is contained in:
mckmonster 2024-09-04 16:22:47 +02:00
parent c730cb5cbf
commit a903ff4e89

View file

@ -22,7 +22,7 @@ class Eleve {
foreach ($entryManager->search(['formsIds' => 9, 'queries' => ['listefiche7bf_eleve' => $userId."2"]]) as $parent) { foreach ($entryManager->search(['formsIds' => 9, 'queries' => ['listefiche7bf_eleve' => $userId."2"]]) as $parent) {
array_push($this->parents, new ParentEleve($entryManager, $yunoshostFormId, $parent)); array_push($this->parents, new ParentEleve($entryManager, $yunoshostFormId, $parent));
} }
// echo "<p>".var_dump($this)."</p>"; echo "<p>".var_dump($this)."</p>";
} }
public function getId() { public function getId() {