debug
This commit is contained in:
parent
c730cb5cbf
commit
a903ff4e89
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue