https://www.dev.ceintureblanche.fr/crm/club/bry_sur_marne/infos

ClubLessonsController :: getLessons

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\Api\ClubLessonsController::getLessons"
_stopwatch_token
"8ac56d"
club_uuid
"bry_sur_marne"

Request Headers

Header Value
accept
"*/*"
content-length
"0"
host
"www.dev.ceintureblanche.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-autonomous-system
"16509"
x-country-code
"US"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.215"
x-ssl
"yes"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/hal+json"
date
"Fri, 05 Jun 2026 11:15:10 GMT"
x-debug-token
"4de66b"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Fri, 05 Jun 26 13:15:10 +0200"
Last used
"Fri, 05 Jun 26 13:15:10 +0200"
Lifetime
0

Session Attributes

Attribute Value
club-selected
{#743
  +"uuid": "bry_sur_marne"
  +"name": "Koryo"
  +"active": true
  +"mailing_list": "eleves@bry.cenaclerm.fr"
  +"website_url": "http://www.taekwondobry.fr/"
  +"facebook_url": ""
  +"price_cenacle_joining": 29.0
  +"price_base_subscribe": 79.0
  +"locations": [
    {#1130
      +"club_uuid": "bry_sur_marne"
      +"uuid": "bry_sur_marne_0"
      +"name": "Ecole Henri Cahn"
      +"address": "26 Boulevard Général Gallieni"
      +"city": "Bry Sur Marne"
      +"zipcode": "94360"
      +"county": "94"
      +"country": "France"
      +"_links": {#1731 …}
    }
  ]
  +"prices": [
    {#1730
      +"club_uuid": "bry_sur_marne"
      +"uuid": "DJh1k8V1xGSOXNms"
      +"discipline": "Taekwondo"
      +"child1": 195.0
      +"child2": 190.0
      +"child3": 185.0
      +"adult": 205.0
      +"_links": {#1728 …}
    }
    {#1727
      +"club_uuid": "bry_sur_marne"
      +"uuid": "sOoL0FRXphFeIzWr"
      +"discipline": "Hapkido"
      +"child1": 155.0
      +"child2": 145.0
      +"child3": 135.0
      +"adult": 205.0
      +"_links": {#1725 …}
    }
    {#1724
      +"club_uuid": "bry_sur_marne"
      +"uuid": "GBiSSGpUvb6OEEnk"
      +"discipline": "Baby Taekwondo"
      +"comment": "(4-5 ans)"
      +"child1": 95.0
      +"child2": 90.0
      +"child3": 85.0
      +"_links": {#1722 …}
    }
  ]
  +"properties": []
  +"_links": {#1720 …}
}

Session Usage

6 Usages
Stateless check enabled
Usage
App\Controller\ClubController:109
[
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/src/Controller/ClubController.php"
    "line" => 109
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "viewInfos"
    "class" => "App\Controller\ClubController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/public_html/crm/index.php"
    "line" => 5
    "args" => [
      "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/src/Controller/ClubController.php"
    "line" => 111
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "viewInfos"
    "class" => "App\Controller\ClubController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/public_html/crm/index.php"
    "line" => 5
    "args" => [
      "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/src/Controller/ClubController.php"
    "line" => 111
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "viewInfos"
    "class" => "App\Controller\ClubController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/public_html/crm/index.php"
    "line" => 5
    "args" => [
      "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/src/Controller/ClubController.php"
    "line" => 111
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "viewInfos"
    "class" => "App\Controller\ClubController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/public_html/crm/index.php"
    "line" => 5
    "args" => [
      "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/src/Controller/ClubController.php"
    "line" => 111
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "viewInfos"
    "class" => "App\Controller\ClubController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/public_html/crm/index.php"
    "line" => 5
    "args" => [
      "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 156
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/src/Controller/ClubController.php"
    "line" => 111
    "function" => "forward"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 152
    "function" => "viewInfos"
    "class" => "App\Controller\ClubController"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home3/sc2cenacle/sites/crm.dev/public_html/crm/index.php"
    "line" => 5
    "args" => [
      "/home3/sc2cenacle/sites/crm.dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"3c7c0f16b38b813999c457454f42d414"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://sc2cenacle:Azerty1234@127.0.0.1:3306/sc2cenacle_crm_dev"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/crm"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home3/sc2cenacle/sites/crm.dev/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home3/sc2cenacle/sites/crm.dev/public_html"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_HOST
"www.dev.ceintureblanche.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_AUTONOMOUS_SYSTEM
"16509"
HTTP_X_COUNTRY_CODE
"US"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"216.73.216.215"
HTTP_X_SSL
"yes"
LSCAPI_CRIU_SYNC_FD
"7"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/crm/index.php"
PWD
"/"
QUERY_STRING
""
REDIRECT_BASE
"/crm"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"www.dev.ceintureblanche.fr"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aiKvvmUBkb0buCxZEKwRzwAAABY"
REDIRECT_URL
"/crm/club/bry_sur_marne/infos"
REMOTE_ADDR
"216.73.216.215"
REMOTE_PORT
"38220"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1780658110
REQUEST_TIME_FLOAT
1780658110.3059
REQUEST_URI
"/crm/club/bry_sur_marne/infos"
SCRIPT_FILENAME
"/home3/sc2cenacle/sites/crm.dev/public_html/crm/index.php"
SCRIPT_NAME
"/crm/index.php"
SERVER_ADDR
"109.234.161.16"
SERVER_ADMIN
"webmaster@dev.ceintureblanche.fr"
SERVER_NAME
"www.dev.ceintureblanche.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"www.dev.ceintureblanche.fr"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,CORS_ALLOW_ORIGIN,DATABASE_URL"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"aiKvvmUBkb0buCxZEKwRzwAAABY"

Parent Request

Return to parent request (token = 3900a5)

Key Value
_controller
"App\Controller\ClubController::viewInfos"
_firewall_context
"security.firewall.map.context.main"
_route
"web_club_infos"
_route_params
[
  "uuid" => "bry_sur_marne"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"e8f50a"
uuid
"bry_sur_marne"