Informations sur l'équipe

Nom de l'équipe : getName() ?>
Trigramme : getTrigram() ?>
Tournoi : getName() ?>">getName() ?>
getEncadrants()[$i - 1] == NULL) continue; $encadrant = User::fromId($team->getEncadrants()[$i - 1]); $id = $encadrant->getId(); echo "Encadrant $i : getFirstName() . " " . $encadrant->getSurname() . "\">" . $encadrant->getFirstName() . " " . $encadrant->getSurname() . "
"; } for ($i = 1; $i <= 6; ++$i) { if ($team->getParticipants()[$i - 1] == NULL) continue; $participant = User::fromId($team->getParticipants()[$i - 1]); $id = $participant->getId(); echo "Participant $i : getFirstName() . " " . $participant->getSurname() . "\">" . $participant->getFirstName() . " " . $participant->getSurname() . "
"; } if ($team->isSelectedForFinal()) { $final_name = $FINAL->getName(); echo "Équipe sélectionnée pour la finale nationale."; } ?>

Autorisations

isSelectedForFinal()) { ?>

Autorisations pour la finale

getValidationStatus() == ValidationStatus::WAITING && $_SESSION["role"] == Role::ADMIN) { ?>
isSelectedForFinal() && $_SESSION["role"] == Role::ADMIN) { ?>