data = $data; // echo "

".var_dump($data)."

"; $userId = $data['listefiche'.$yunoshostFormId.'bf_parent']; $this->user = $entryManager->getOne($userId); // echo "

".var_dump($userId)."

"; // echo "

".var_dump($this)."

"; } public function getUserId() { return $this->user['bf_titre']; } public function getNom() { if (empty($this->user['bf_nom'])) { return $this->user['bf_titre']; } else { return $this->user['bf_nom']; } } public function getEmail() { return $this->user['bf_mail']; } }