Loading module/Application/view/application/these/partial/fiche.phtml +1 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ /** * @var $this PhpRenderer * @var $these These * @var callable $numeroEtudiantExtractor */ use Application\Entity\Db\These; Loading @@ -19,7 +18,7 @@ $acteursFormatter = new ActeursFormatter(); <td> <?php echo $these->getDoctorant()->getNomComplet(true, true, true) ?> (<?php echo $these->getDoctorant()->getDateNaissanceToString() ?>) <br> N°<?php echo $numeroEtudiantExtractor($these->getDoctorant()) ?> <br> N°<?php echo $these->getDoctorant()->getIndividu()->getSupannId() ?> <br> Nationalité: <?php echo $these->getDoctorant()->getNationalite() ?> </td> </tr> Loading Loading
module/Application/view/application/these/partial/fiche.phtml +1 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ /** * @var $this PhpRenderer * @var $these These * @var callable $numeroEtudiantExtractor */ use Application\Entity\Db\These; Loading @@ -19,7 +18,7 @@ $acteursFormatter = new ActeursFormatter(); <td> <?php echo $these->getDoctorant()->getNomComplet(true, true, true) ?> (<?php echo $these->getDoctorant()->getDateNaissanceToString() ?>) <br> N°<?php echo $numeroEtudiantExtractor($these->getDoctorant()) ?> <br> N°<?php echo $these->getDoctorant()->getIndividu()->getSupannId() ?> <br> Nationalité: <?php echo $these->getDoctorant()->getNationalite() ?> </td> </tr> Loading