http://aep-beta.onpc.fr/fiche-organisme/OR067-1902

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"fd4ec0"
exception
Twig\Error\RuntimeError {#5790
  -lineno: 14
  -name: "fiche/_includes/diaporama.html.twig"
  -rawMessage: "Impossible to access an attribute ("photo") on a boolean variable ("")."
  -sourcePath: "/app/templates/fiche/_includes/diaporama.html.twig"
  -sourceCode: """
    {# Retrouver la diapo principale, si aucune n'est définir on prend la 1ère #}\r\n
    {# On prend la diapo princiaple, sinon la 1ère trouvée sinon la diapo importée depuis le BO Jouve #}\r\n
    {% set diapoPrincipal = false %}\r\n
    \r\n
    {% if etablissement.isClient %}\r\n
        {% if etablissement.diapoPlus and etablissement.diaporamas|length > 0  %}\r\n
            {% for diapo in etablissement.diaporamas %}\r\n
                {% if diapo.principal %}\r\n
                    {% set diapoPrincipal = diapo %}\r\n
                {% endif %}\r\n
            {% endfor %}\r\n
        {% endif %}\r\n
        {% set diapoPrincipal = diapoPrincipal == true ? diapoPrincipal : etablissement.diaporamas | first %}\r\n
        {% set diapoPrincipalPhotos = etablissement.diapoPlus ? diapoPrincipal.photo : diapoPrincipal.photo | slice(0, etablissement.nombrePhotosMax) %}\r\n
    {% endif %}\r\n
    \r\n
    {% if etablissement.isClient and (diapoPrincipal != false or etablissement.imagesDiaporama is not empty) %}\r\n
    {# <!-- BS5 Carousel --> #}\r\n
    <div id="diapo" class="carousel slide carousel-dark" data-bs-ride="carousel">\r\n
    \r\n
      {# <!-- Indicators/dots --> #}\r\n
      {# <div class="carousel-indicators">\r\n
        <button type="button" data-bs-target="#diapo" data-bs-slide-to="0" class="active"></button>\r\n
        <button type="button" data-bs-target="#diapo" data-bs-slide-to="1"></button>\r\n
        <button type="button" data-bs-target="#diapo" data-bs-slide-to="2"></button>\r\n
      </div> #}\r\n
      \r\n
      {# <!-- The slideshow/carousel --> #}\r\n
      <div class="carousel-inner">\r\n
    \r\n
        {# On affiche les photos du diaporama principal s'il existe #}\r\n
        {% if diapoPrincipal != false %}\r\n
            {% for item in diapoPrincipalPhotos %}\r\n
                {% if loop.index0 < etablissement.getNombrePhotosMax %}  \r\n
                <div class="carousel-item {% if loop.index0 == 0 %}active{% endif %}">\r\n
                    <img src="{{ vich_uploader_asset(item, 'photoFile')| imagine_filter('diapo_une') }}" alt="{{ item.legende }}" class="d-block" style="width:100%; cursor:pointer;" data-bs-toggle="modal" data-bs-target="#diapoModal{{ loop.index }}">\r\n
                    <div class="carousel-caption">\r\n
                        <p>{{ item.legende }}</p>\r\n
                    </div>\r\n
                </div>\r\n
    \r\n
                {# Modal for image preview #}\r\n
                <div class="modal fade" id="diapoModal{{ loop.index }}" tabindex="-1" aria-labelledby="diapoModalLabel{{ loop.index }}" aria-hidden="true">\r\n
                    <div class="modal-dialog modal-dialog-centered d-flex align-items-center justify-content-center" style="min-height: 100vh;">\r\n
                        <div class="modal-content" style="width: auto; display: inline-block; margin: auto;">\r\n
                            <div class="modal-body text-center" style="padding:0;">\r\n
                                <img src="{{ vich_uploader_asset(item, 'photoFile') }}" alt="{{ item.legende }}" class="img-fluid" style="display:block; max-width:100%; height:auto;">\r\n
                            </div>\r\n
                        </div>\r\n
                    </div>\r\n
                </div>\r\n
                {% endif %}\r\n
            {% endfor %}\r\n
        {% else %} \r\n
            {# On garde l'ancienne diapo au cas où la migration a foiré ...  #}\r\n
            {% for item in etablissement.imagesDiaporama %}\r\n
            <div class="carousel-item {% if loop.index0 == 0 %}active{% endif %}">\r\n
                {% if loop.index0 < etablissement.getNombrePhotosMax %}  \r\n
                <img src="{{ asset('images/jouve/photo/' ~ item) | imagine_filter('etab_fiche')}}" class="d-block" style="width:100%">\r\n
                {% endif %}\r\n
            </div>\r\n
            {% endfor %}        \r\n
        {% endif %}\r\n
        \r\n
      </div>\r\n
      \r\n
      {# <!-- Left and right controls/icons --> #}\r\n
      {% if etablissement.getNombrePhotosMax > 1 %}\r\n
      <button class="carousel-control-prev" type="button" data-bs-target="#diapo" data-bs-slide="prev">\r\n
        <span class="carousel-control-prev-icon"></span>\r\n
      </button>\r\n
      <button class="carousel-control-next" type="button" data-bs-target="#diapo" data-bs-slide="next">\r\n
        <span class="carousel-control-next-icon"></span>\r\n
      </button>\r\n
      {% endif %}\r\n
    \r\n
    </div>\r\n
    {% else %}\r\n
    <div class="fiche-diapo">\r\n
        <div class="no-diapo"><span class="no-logo"></span></div>\r\n
    </div>\r\n
    {% endif %}\r\n
    \r\n
    {# {% if etablissement.isClient and etablissement.typeClient in ['établissement', 'internat'] %}\r\n
        {% set isFav = favoris.has(etablissement) %}\r\n
        <span class="fav-toggle {{ isFav ? 'fav-added' }}" data-id="{{ etablissement.id }}" title="{{ isFav ? 'Supprimer du favoris' : 'Ajouter aux favoris' }}"></span>\r\n
    {% endif %} #}
    """
  #message: "Impossible to access an attribute ("photo") on a boolean variable ("")."
  #code: 0
  #file: "/app/templates/fiche/_includes/diaporama.html.twig"
  #line: 14
  trace: {
    /app/templates/fiche/_includes/diaporama.html.twig:14 {
      twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      ›     {% set diapoPrincipal = diapoPrincipal == true ? diapoPrincipal : etablissement.diaporamas | first %}\r    {% set diapoPrincipalPhotos = etablissement.diapoPlus ? diapoPrincipal.photo : diapoPrincipal.photo | slice(0, etablissement.nombrePhotosMax) %}\r{% endif %}\r
    }
    /app/var/cache/dev/twig/16/161b12dcdebb237e47577aa48c51243a64d874ddbf3600b5b59ece50fdd5ddce.php:80 {
      __TwigTemplate_7223d5e6bd599aca54d8ff6d4a46e61c6abcecf164fbbddf0cdb3afb42583e41->doDisplay(array $context, array $blocks = []) …
      ›     echo "    ";    $context["diapoPrincipalPhotos"] = ((twig_get_attribute($this->env, $this->source, (isset($context["etablissement"]) || array_key_exists("etablissement", $context) ? $context["etablissement"] : (function () { throw new RuntimeError('Variable "etablissement" does not exist.', 14, $this->source); })()), "diapoPlus", [], "any", false, false, false, 14)) ? (twig_get_attribute($this->env, $this->source, (isset($context["diapoPrincipal"]) || array_key_exists("diapoPrincipal", $context) ? $context["diapoPrincipal"] : (function () { throw new RuntimeError('Variable "diapoPrincipal" does not exist.', 14, $this->source); })()), "photo", [], "any", false, false, false, 14)) : (twig_slice($this->env, twig_get_attribute($this->env, $this->source, (isset($context["diapoPrincipal"]) || array_key_exists("diapoPrincipal", $context) ? $context["diapoPrincipal"] : (function () { throw new RuntimeError('Variable "diapoPrincipal" does not exist.', 14, $this->source); })()), "photo", [], "any", false, false, false, 14), 0, twig_get_attribute($this->env, $this->source, (isset($context["etablissement"]) || array_key_exists("etablissement", $context) ? $context["etablissement"] : (function () { throw new RuntimeError('Variable "etablissement" does not exist.', 14, $this->source); })()), "nombrePhotosMax", [], "any", false, false, false, 14))));}
    }
    /app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /app/templates/fiche/index.html.twig:287 {
      __TwigTemplate_adfde8a2c181be34224da679610d8a5f379ebd5bbe29787c808990cc9c7f6724->block_body($context, array $blocks = []) …
      › {% include 'fiche/_includes/diaporama.html.twig' with {    'etablissement': etablissement,} only %}
    }
    /app/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /app/var/cache/dev/twig/ce/ce484f4ef477a0f74f775d46919493c7b89f946d005cc4126fe2b34acafe91cb.php:343 {
      __TwigTemplate_c9a8f26e4c67e4400f6f1d1a93b2acd78733561fe27d3fd35277854386de8893->doDisplay(array $context, array $blocks = []) …
      › echo "        ";$this->displayBlock('body', $context, $blocks);// line 131
    }
    /app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /app/var/cache/dev/twig/67/6747ca99dedc355e7b65d01618dde90d594025952b60831f772e180754fde8b2.php:74 {
      __TwigTemplate_adfde8a2c181be34224da679610d8a5f379ebd5bbe29787c808990cc9c7f6724->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("base.html.twig", "fiche/index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /app/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /app/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /app/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /app/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /app/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /app/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /app/src/Controller/FicheController.php:472 {
      App\Controller\FicheController->index(Request $request, ?Etablissement $etablissement): Response …
      ›     'noindex' => $etablissement->getTypeClient() == "organisme" ? true : false,\r    'diEnvoyee' => $diEnvoyee\r]);\r
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /app/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /app/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
    }
    /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
    /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php:73 {
      Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
      › 
      ›     return parent::forward($request, $catch, $entry);}
    }
    /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › } else {    $response = $this->lookup($request, $catch);}
    }
    /app/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › if ($container->has('http_cache')) {    return $container->get('http_cache')->handle($request, $type, $catch);}
    }
    /app/public/index.php:22 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#349 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cache-control
"max-age=259200"
connection
"keep-alive"
cookie
"PHPSESSID=51cbagffchnt96dfbgqi5tue8n"
host
"aep-beta.onpc.fr"
surrogate-capability
"symfony="ESI/1.0""
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"1.1 squid-proxy-5b96dc6d46-p6n5x (squid/6.13)"
x-forwarded-for
"216.73.217.94"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 10 Sep 2026 02:46:18 GMT"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22photo%22%29%20on%20a%20boolean%20variable%20%28%22%22%29."
x-debug-exception-file
"%2Fapp%2Ftemplates%2Ffiche%2F_includes%2Fdiaporama.html.twig:14"
x-debug-token
"aabe52"

Cookies

Request Cookies

Key Value
PHPSESSID
"51cbagffchnt96dfbgqi5tue8n"

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Thu, 10 Sep 26 04:46:11 +0200"
Last used
"Thu, 10 Sep 26 04:46:18 +0200"
Lifetime
0

Session Attributes

Attribute Value
App\Elasticsearch\Moteur_graine
"68e725163e"
App\Service\Historique_fiche
[
  "OR067-1902" => DateTimeImmutable @1789008378 {#3205
    date: 2026-09-10 04:46:18.624760 Europe/Paris (+02:00)
  }
  "OR094-341" => DateTimeImmutable @1789008378 {#634
    date: 2026-09-10 04:46:18.110181 Europe/Paris (+02:00)
  }
  "OR075-1933" => DateTimeImmutable @1789008377 {#635
    date: 2026-09-10 04:46:17.830205 Europe/Paris (+02:00)
  }
  "OR052-6" => DateTimeImmutable @1789008374 {#636
    date: 2026-09-10 04:46:14.448495 Europe/Paris (+02:00)
  }
]
App\Service\Historique_recherche
[
  "ecole---#labege-31670" => [
    "quoi" => "ecole---"
    "lieu" => "labege-31670"
    "route" => "annuaire_liste_par_onglet"
    "date" => DateTimeImmutable @1789008377 {#627
      date: 2026-09-10 04:46:17.456190 Europe/Paris (+02:00)
    }
    "requestUri" => "/onglet/ecole/labege-31670"
  ]
  "ecole---#faches-thumesnil-59155" => [
    "quoi" => "ecole---"
    "lieu" => "faches-thumesnil-59155"
    "route" => "annuaire_liste_par_onglet"
    "date" => DateTimeImmutable @1789008376 {#630
      date: 2026-09-10 04:46:16.519469 Europe/Paris (+02:00)
    }
    "requestUri" => "/onglet/ecole/faches-thumesnil-59155"
  ]
  "ecole---#tartas-40400" => [
    "quoi" => "ecole---"
    "lieu" => "tartas-40400"
    "route" => "annuaire_liste_par_onglet"
    "date" => DateTimeImmutable @1789008375 {#631
      date: 2026-09-10 04:46:15.303306 Europe/Paris (+02:00)
    }
    "requestUri" => "/onglet/ecole/tartas-40400"
  ]
  "college---#dunkerque-59140" => [
    "quoi" => "college---"
    "lieu" => "dunkerque-59140"
    "route" => "annuaire_liste_par_onglet"
    "date" => DateTimeImmutable @1789008373 {#632
      date: 2026-09-10 04:46:13.907807 Europe/Paris (+02:00)
    }
    "requestUri" => "/onglet/college/dunkerque-59140"
  ]
  "ecole---#default" => [
    "quoi" => "ecole---"
    "lieu" => "default"
    "route" => "annuaire_liste_par_onglet"
    "date" => DateTimeImmutable @1789008372 {#633
      date: 2026-09-10 04:46:12.059648 Europe/Paris (+02:00)
    }
    "requestUri" => "/onglet/ecole?page=4"
  ]
]
App\Service\UserTransient/contexte-recherche
App\Elasticsearch\Contexte {#282
  +quoi: "ecole---"
  +lieu: "labege-31670"
  +ids: [
    "ET031-223"
    "ET031-102"
    "ET031-13"
    "ET031-32"
    "ET031-11"
    "ET031-24"
    "ET031-28"
    "ET031-18"
    "ET031-23"
    "ET031-17"
    "ET031-26"
    "ET031-10"
    "ET031-12"
    "ET031-140"
    "ET031-175"
    "ET031-127"
    "ET031-16"
    "ET031-22"
    "ET031-130"
    "ET031-247"
    "ET031-15"
    "ET031-245"
    "ET031-174"
    "ET031-237"
    "ET031-228"
    "ET031-76"
    "ET031-9"
    "ET031-240"
    "ET031-20"
    "ET031-48"
    "ET031-27"
    "ET031-121"
    "ET031-108"
    "ET031-25"
  ]
  +"slug": "/onglet"
}
_csrf/demande_information
"qnCyC1hpGSPY6UvbvtSJVxODTV06nraFTfNzP1ICVuI"

Session Usage

11 Usages
Stateless check enabled
Usage
App\Elasticsearch\Moteur:587
[
  [
    "file" => "/app/src/Elasticsearch/Moteur.php"
    "line" => 587
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Elasticsearch/Moteur.php"
    "line" => 561
    "function" => "genereGraine"
    "class" => "App\Elasticsearch\Moteur"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Elasticsearch/Moteur.php"
    "line" => 90
    "function" => "tri"
    "class" => "App\Elasticsearch\Moteur"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 162
    "function" => "cherche"
    "class" => "App\Elasticsearch\Moteur"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Elasticsearch\Moteur:590
[
  [
    "file" => "/app/src/Elasticsearch/Moteur.php"
    "line" => 590
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Elasticsearch/Moteur.php"
    "line" => 561
    "function" => "genereGraine"
    "class" => "App\Elasticsearch\Moteur"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Elasticsearch/Moteur.php"
    "line" => 90
    "function" => "tri"
    "class" => "App\Elasticsearch\Moteur"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 162
    "function" => "cherche"
    "class" => "App\Elasticsearch\Moteur"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\UserTransient:59
[
  [
    "file" => "/app/src/Service/UserTransient.php"
    "line" => 59
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 170
    "function" => "get"
    "class" => "App\Service\UserTransient"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\UserTransient:68
[
  [
    "file" => "/app/src/Service/UserTransient.php"
    "line" => 68
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 170
    "function" => "get"
    "class" => "App\Service\UserTransient"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\Historique:50
[
  [
    "file" => "/app/src/Service/Historique.php"
    "line" => 50
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 264
    "function" => "addFiche"
    "class" => "App\Service\Historique"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\Historique:55
[
  [
    "file" => "/app/src/Service/Historique.php"
    "line" => 55
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 264
    "function" => "addFiche"
    "class" => "App\Service\Historique"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    "line" => 70
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Service/Traceur.php"
    "line" => 73
    "function" => "isGranted"
    "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 269
    "function" => "add"
    "class" => "App\Service\Traceur"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/app/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 469
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/app/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 469
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/app/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 73
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/ResolvedFormType.php"
    "line" => 167
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/ResolvedFormType.php"
    "line" => 160
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php"
    "line" => 111
    "function" => "finishView"
    "class" => "Symfony\Component\Form\ResolvedFormType"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/form/Form.php"
    "line" => 1070
    "function" => "finishView"
    "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 469
    "function" => "createView"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
/app/vendor/twig/twig/src/Extension/CoreExtension.php:1635
[
  [
    "file" => "/app/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1635
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/7c/7c25c7bdcf1768836c400fc3264f82a2b2029ac8a972c66e2f9d4fff0684c1d9.php"
    "line" => 47
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_444204610521a7cb585f89d6a1b10e22e9703b0777bcb929132c32378450cdc6"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/ce/ce484f4ef477a0f74f775d46919493c7b89f946d005cc4126fe2b34acafe91cb.php"
    "line" => 340
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c9a8f26e4c67e4400f6f1d1a93b2acd78733561fe27d3fd35277854386de8893"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/var/cache/dev/twig/67/6747ca99dedc355e7b65d01618dde90d594025952b60831f772e180754fde8b2.php"
    "line" => 74
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_adfde8a2c181be34224da679610d8a5f379ebd5bbe29787c808990cc9c7f6724"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/app/src/Controller/FicheController.php"
    "line" => 472
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "App\Controller\FicheController"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php"
    "line" => 73
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 22
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
(no data)

Defined as regular env variables

Key Value
APP_BASE_URL
""
APP_DEBUG
"1"
APP_ENV
"dev"
APP_HOST
"aep-beta.onpc.fr"
APP_SCHEMA
"http"
APP_SECRET
"249ad26b9c602655a7813d5d7b70b8b4"
BACKOFFICE_KEY
"b979e53a13d93e70fae3bc"
BACKOFFICE_URL
"https://backoffice.onpc.fr"
COMPOSER_ALLOW_SUPERUSER
"1"
CONTEXT_DOCUMENT_ROOT
"/home/debian/enseignement-prive.info/public"
CONTEXT_PREFIX
""
DATABASE_URL
"mysql://root:Lxm25KnoOf9xkLpMe@mariadb:3306/aep"
DEBIAN_FRONTEND
"noninteractive"
DIR_IMAGES_ETABS
"/home/onpc/volumes/aep/images-etabs"
DIR_IMAGES_PARTENAIRES
"/home/onpc/volumes/aep/images-partenaires"
DIR_RAPPORTS
"/home/onpc/volumes/aep/rapports"
DOCUMENT_ROOT
"/home/debian/enseignement-prive.info/public"
ELASTICSEARCH_URL
"http://onpc-elasticsearch:9200/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HOSTNAME
"f7f4bb53793c"
HTTPS
"off"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CACHE_CONTROL
"max-age=259200"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=51cbagffchnt96dfbgqi5tue8n"
HTTP_HOST
"aep-beta.onpc.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"1.1 squid-proxy-5b96dc6d46-p6n5x (squid/6.13)"
HTTP_X_FORWARDED_FOR
"216.73.217.94"
MAILER_DSN
"smtp://onpc-mailhog:1025"
MAILER_URL
"smtp://onpc-mailhog:1025"
MAIL_DI_PROSPECT
"priseencharge@onpc.fr"
MAIL_PROSPECT
"infos_complementaires@onpc.fr"
MAIL_PROSPECT_JOIGNABLE
"infos_commerciales@onpc.fr"
MARIADB_DBNAME
"aep"
MARIADB_HOST
"172.17.0.1"
MARIADB_PASSWORD
"Lkx52tid2KcF"
MARIADB_PORT
"3306"
MARIADB_ROOT_PASSWORD
"docker"
MARIADB_USER
"aep"
MARIADB_USER_ROOT
"root"
NESTOR_KEY
"123"
NESTOR_URL
"http://nestor:8002"
NODE_VERSION
"18.12.0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"7.4"
PYTHON
"/usr/bin/python2"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/fiche-organisme/OR067-1902"
REDIS_URL
"redis://onpc-redis:6379"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"56557"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1789008378
REQUEST_TIME_FLOAT
1789008378.468
REQUEST_URI
"/fiche-organisme/OR067-1902"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SENTRY_DSN
""
SERVER_ADDR
"54.37.22.40"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"aep-beta.onpc.fr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.67 (Debian) Server at aep-beta.onpc.fr Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.67 (Debian)"
SLACK_WEBHOOK_URL
""
TERM
"xterm"
TIMEZONE
"Europe/Paris"
USER
"www-data"
YOUSIGN_API_KEY
"foo"
YOUSIGN_BASE_URI
"https://api-sandbox.yousign.app/v3/"
YOUSIGN_WEBHOOK_SECRET
"bar"

Parent Request

Return to parent request (token = c73d5f)

Key Value
_cache
Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache {#675
  -expires: "+5 minutes"
  -maxage: null
  -smaxage: null
  -public: false
  -mustRevalidate: null
  -vary: null
  -lastModified: "etablissement ? etablissement.getDateDerniereModification() : null"
  -etag: "'Fiche' ~ (etablissement ? etablissement.getId() ~ etablissement.getDateDerniereModification().getTimestamp() : '')"
  -maxStale: null
  -staleWhileRevalidate: null
  -staleIfError: null
}
_controller
"App\Controller\FicheController::index"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#5730
  -links: [
    5725 => Symfony\Component\WebLink\Link {#5725
      -href: "/apple-touch-icon.png"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "image"
        "nopush" => true
      ]
    }
    5727 => Symfony\Component\WebLink\Link {#5727
      -href: "/favicon-32x32.png"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "image"
        "nopush" => true
      ]
    }
    5728 => Symfony\Component\WebLink\Link {#5728
      -href: "/favicon-16x16.png"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "image"
        "nopush" => true
      ]
    }
  ]
}
_remove_csp_headers
true
_route
"fiche-organisme"
_route_params
[
  "id" => "OR067-1902"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"84cf66"
etablissement
App\Entity\Etablissement {#1722
  #type: ""
  #nombreEleves: null
  #url: null
  #video: null
  #motsCles: null
  #denomination: "Commission Académique de l'Emploi du Second Degré"
  #denominationSigle: "CAE"
  #denominationExtension: null
  #denominationAbregee: "Commission Académique de l'Emploi du Second Degré"
  #gestionnaire: App\Entity\Etablissement {#2550 …}
  #droitPageWeb: null
  #droitActualite: null
  #ville: Proxies\__CG__\App\Entity\Ville {#1754 …}
  #adresse1: null
  #adresse2: "15 rue des Ecrivains"
  #adresse3: null
  #codePostal: "67000"
  #cedex: null
  #latitude: "48.58241740"
  #longitude: "7.75277310"
  #telephonePrincipal: null
  #fax: null
  #emailPrincipal: null
  #logoListe: null
  #logoFiche: null
  #diaporamaActif: false
  #imagesDiaporama: []
  #insertions: Doctrine\ORM\PersistentCollection {#1763 …}
  #itemsInsertions: Doctrine\ORM\PersistentCollection {#1868 …}
  #actualites: Doctrine\ORM\PersistentCollection {#1928 …}
  #offresEmploi: Doctrine\ORM\PersistentCollection {#2001 …}
  #texteReferencement: App\Entity\TexteReferencement {#2742 …}
  -participant: true
  #categoriePrimaire: null
  #geres: Doctrine\ORM\PersistentCollection {#1948 …}
  -catholique: true
  #ageAdmission: "0.0"
  -region: Proxies\__CG__\App\Entity\Region {#2040 …}
  -departement: Proxies\__CG__\App\Entity\Departement {#2048 …}
  -actif: true
  -jPOs: Doctrine\ORM\PersistentCollection {#2169 …}
  -sousTypesEtablissements: Doctrine\ORM\PersistentCollection {#2194 …}
  -em: null
  -internat: null
  -hasInternat: false
  -typesInternat: null
  -sousContrat: false
  -alternance: false
  -categorieOrganisme: Proxies\__CG__\App\Entity\CategorieOrganisme {#2213 …}
  -rubrique: Proxies\__CG__\App\Entity\RubriqueFournisseur {#2231 …}
  -typeClient: "organisme"
  -bloqueTxtRef: false
  -internat2: null
  -etablissementsLiesInternat: Doctrine\ORM\PersistentCollection {#2230 …}
  -facebook: null
  -bloqueBac2021: false
  -presenceWeb: true
  -etablissementLie: null
  -videoPlus: false
  -diapoPlus: false
  -jpoPlus: false
  -documents: Doctrine\ORM\PersistentCollection {#2275 …}
  -docPlus: false
  -diplomePlus: false
  -refus: null
  -diaporamas: Doctrine\ORM\PersistentCollection {#2267 …}
  -videos: Doctrine\ORM\PersistentCollection {#2405 …}
  -logo: null
  -produits: Doctrine\ORM\PersistentCollection {#2500 …}
  -diapoPrincipal: null
  -path: "/fiche/commission-academique-de-l-emploi-du-second-degre-strasbourg/OR067-1902"
  -compositionEnsembleScolaire: " "
  -lva: null
  -lvb: null
  -numeroAdministratifUai: ""
  -siret: null
  -data: Doctrine\ORM\PersistentCollection {#2529 …}
  -chiffres: null
  -videosOnpc: Doctrine\ORM\PersistentCollection {#2598 …}
  -actualitesOnpc: Doctrine\ORM\PersistentCollection {#2663 …}
  #id: "OR067-1902"
  #maj: DateTime @1770591858 {#1719
    date: 2026-02-09 00:04:18.0 Europe/Paris (+01:00)
  }
}
id
"OR067-1902"