Loading src/UnicaenEvenement/View/Helper/partial/evenement.phtml +4 −0 Original line number Diff line number Diff line Loading @@ -32,8 +32,12 @@ use UnicaenEvenement\Entity\Db\Evenement; <tr> <th class="col-md-4" colspan="1">Paramètres</th> <td class="col-md-8" colspan="2"> <?php if ($evenement->getParametres() !== null) : ?> <?php $parametres = json_decode($evenement->getParametres(), true); ?> <pre><?php echo json_encode($parametres, JSON_PRETTY_PRINT); ?></pre> <?php else: ?> <pre>null</pre> <?php endif; ?> </td> </tr> <tr> Loading Loading
src/UnicaenEvenement/View/Helper/partial/evenement.phtml +4 −0 Original line number Diff line number Diff line Loading @@ -32,8 +32,12 @@ use UnicaenEvenement\Entity\Db\Evenement; <tr> <th class="col-md-4" colspan="1">Paramètres</th> <td class="col-md-8" colspan="2"> <?php if ($evenement->getParametres() !== null) : ?> <?php $parametres = json_decode($evenement->getParametres(), true); ?> <pre><?php echo json_encode($parametres, JSON_PRETTY_PRINT); ?></pre> <?php else: ?> <pre>null</pre> <?php endif; ?> </td> </tr> <tr> Loading