ErrorController :: show

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController::show"
_stopwatch_token
"dfb8e0"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#2105
  -statusCode: 404
  -headers: []
  #message: "App\Entity\Exercise\Exercise object not found by the @ParamConverter annotation."
  #code: 0
  #file: "/var/www/html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php"
  #line: 107
  trace: {
    /var/www/html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->apply(Request $request, ParamConverter $configuration) …
      ›     }    throw new NotFoundHttpException($message);}
    }
    /var/www/html/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php:50 {
      Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceObjectParamConverter->apply(Request $request, ParamConverter $configuration) …
      › if ($this->converter->supports($configuration)) {    return $this->converter->apply($request, $configuration);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $configuration: Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1295 …}
      }
    }
    /var/www/html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:84 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
      › if ($converter->supports($configuration)) {    if ($converter->apply($request, $configuration)) {        return;
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $configuration: Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1295 …}
      }
    }
    /var/www/html/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
      › foreach ($configurations as $configuration) {    $this->applyConverter($request, $configuration);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $configuration: Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1295 …}
      }
    }
    /var/www/html/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
      Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
      › 
      ›     $this->manager->apply($request, $configurations);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $configurations: [ …5]
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1355 …}
        ...: {
          "kernel.controller"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#807 …}
        }
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1355 …}
        $eventName: "kernel.controller"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#807 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …7]
        $eventName: "kernel.controller"
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1355 …}
      }
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1355 …}
        $eventName: "kernel.controller"
      }
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:141 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ControllerEvent {#1355 …}
        $eventName: "kernel.controller"
      }
    }
    /var/www/html/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) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /var/www/html/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/html/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/public/index.php:4 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#666 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
content-length
""
content-type
""
host
"e-learning.adrec.staging.nellapp-01.drosalys.net"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"2.0 Caddy"
x-forwarded-for
"216.73.216.139, 172.20.0.18"
x-forwarded-host
"e-learning.adrec.staging.nellapp-01.drosalys.net"
x-forwarded-proto
"https"
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"
date
"Sun, 01 Mar 2026 01:47:21 GMT"
x-debug-token
"aefc73"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Security.php"
    "line" => 68
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/security-core/Security.php"
    "line" => 40
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php"
    "line" => 49
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Core\Security"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "__invoke"
    "class" => "Nellapp\Bundle\SDKBundle\EventSubscriber\AbstractForceUserFromSetupSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 4
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ACTIVE_MAIL
"false"
APP_APP
"nellapp"
APP_ENV
"dev"
APP_SECRET
"b795dd1ce81b80c4e97e81265fa56051"
BREVO_API_KEY
""
BREVO_API_URL
"https://api.brevo.com/v3/smtp/email"
CORE_ASSETS_BASE_URL
"https://api.staging.nellapp-01.drosalys.net"
CORE_REVERSE_SYNC
"core"
DATABASE_URL
"mysql://nellapp:staging@db:3306/nellapp"
DEFAULT_DOMAIN
"staging.nellapp-01.drosalys.net"
FIXTURES_DIRECTORY
"fixtures"
K2R2_BASE_URL
"https://streaming.k2r2.io"
K2R2_SECRET
"0e411d99-0aed-4bb7-a7b0-1503dd55fd14"
K2R2_SFTP_HOST
"streaming.k2r2.io"
K2R2_SFTP_PASS
"nell:!63"
K2R2_SFTP_PORT
"22"
K2R2_SFTP_ROOT
"/datas/nellapp/"
K2R2_SFTP_USER
"nellappadmin"
MAIL_DEV_ADDRESS
"dev@drosalys.fr"
MAIL_SENDER
"no-reply@staging.nellapp-01.drosalys.net"
MAIL_SENDER_NAME
"Nellapp"
MAIL_TO_DEV
"true"
NELLAPP_WORDPRESS_URL
"about.nellapp.com"
OAUTH_CLIENT_ID
"2_UNVBMhLvWEfyevbe9symPgaxNr5wri"
OAUTH_CLIENT_SECRET
"32zCXpARYTv8jMxV3MLgDuSozNoTBHtiNjbnaZ8G"
RECAPTCHA3_KEY
"6LebXt4pAAAAAH2OG1gI5xikBO5wyK9qv6hCFYu9"
RECAPTCHA3_SECRET
"6LebXt4pAAAAAD61TzAj_M-y26_gRg2JsgNlE-0a"
REDIS_HOST
"redis"
REDIS_PORT
"6379"
SCORM_AUTO_PROCESS
"false"
SCORM_PROXY_API_SECRET
"aVYM_@rYkNSOFOG"
SCORM_PROXY_API_TOKEN
"qGXkc-aiVkc-GSXYz-P5ElA-bR9Nf-hmUp6"
SCORM_PROXY_API_URL
"https://app.scormproxy.com/nellapp/API/"
SCORM_ROOT_DIRS
"staging"
SENTRY_DSN
""
SYNC_AMQP_DSN
"amqp://guest:guest@rabbitmq:5672/%2f"
SYNC_DOMAIN
"http://sync.staging.nellapp-01.drosalys.net"
SYNC_SECRET
"e3e87ef7-a116-4cac-8295-16d3e87ca37b"
TRUSTED_HOSTS
"[e-learning.staging.nellapp-01.drosalys.net]"
TRUSTED_PROXIES
"REMOTE_ADDR"
WS_ADDRESS
"0.0.0.0"
WS_BASE_URL
"websocket"
WS_HOST
"e-learning.staging.nellapp-01.drosalys.net"
WS_PORT
"8093"
WS_PUBLIC_PORT
"80"
WS_PUBLIC_SSL_PORT
"443"
WS_SSL
"true"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CADDYFILE_PATH
"/root/caddy/Caddyfile"
CONTENT_LENGTH
""
CONTENT_TYPE
""
CORE_ACCOUNT_DOMAIN
"account.staging.nellapp-01.drosalys.net"
CORE_ADMIN_DOMAIN
"admin.staging.nellapp-01.drosalys.net"
CORE_API_DOMAIN
"api.staging.nellapp-01.drosalys.net"
CORE_GESTION_COMMERCIALE_DOMAIN
"gestion-commerciale.staging.nellapp-01.drosalys.net"
CORE_PARTNER_API_DOMAIN
"partner-api-core.staging.nellapp-01.drosalys.net"
CORE_SUPER_ADMIN_DOMAIN
"super-admin.staging.nellapp-01.drosalys.net"
CORE_SYNC_DOMAIN
"sync.staging.nellapp-01.drosalys.net"
CRM_DOMAIN
"crm.staging.nellapp-01.drosalys.net"
DOCUMENT_ROOT
"/var/www/html/public"
DOCUMENT_URI
"/index.php"
E_LEARNING_DOMAIN
"e-learning.staging.nellapp-01.drosalys.net"
FCGI_ROLE
"RESPONDER"
FPM_PM_MAX_CHILDREN
"10"
GATEWAY_INTERFACE
"CGI/1.1"
GOOGLE_CREDENTIALS_PATH
"./google_credentials.json"
GPG_KEYS
"1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F 2C16C765DBE54A088130F1BC4B9B5F600B55F3B4 39B641343D8C104B2B146DC3F9C39DC0B9698544"
HOME
"/var/www"
HOSTNAME
"865bb7e9a5db"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"e-learning.adrec.staging.nellapp-01.drosalys.net"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"2.0 Caddy"
HTTP_X_FORWARDED_FOR
"216.73.216.139, 172.20.0.18"
HTTP_X_FORWARDED_HOST
"e-learning.adrec.staging.nellapp-01.drosalys.net"
HTTP_X_FORWARDED_PROTO
"https"
NIM_DOMAIN
"nim.staging.nellapp-01.drosalys.net"
NPM_DOMAIN
"npm.staging.nellapp-01.drosalys.net"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.0.30.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d9"
PHP_URL
"https://www.php.net/distributions/php-8.0.30.tar.xz"
PHP_VERSION
"8.0.30"
PWD
"/var/www/html"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"172.20.0.18"
REMOTE_PORT
"51678"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1772329641
REQUEST_TIME_FLOAT
1772329641.2555
REQUEST_URI
"/training/bf444850-6021-11e9-a435-0242c0a8d002/module/103bc910-3607-11e9-8180-00163e87308f/lesson/c61c5443-3606-11e9-8180-00163e87308f/exercise/about.nellapp.com/accompagnement-solution-e-learning-digitalisation-formation-professionnelle-plateforme"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.20.0.10"
SERVER_NAME
"_"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.29.4"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,TRUSTED_PROXIES,TRUSTED_HOSTS,DATABASE_URL,APP_APP,DEFAULT_DOMAIN,ACTIVE_MAIL,MAIL_TO_DEV,MAIL_SENDER,MAIL_SENDER_NAME,MAIL_DEV_ADDRESS,CORE_ASSETS_BASE_URL,SYNC_DOMAIN,SYNC_SECRET,CORE_REVERSE_SYNC,SYNC_AMQP_DSN,OAUTH_CLIENT_ID,OAUTH_CLIENT_SECRET,FIXTURES_DIRECTORY,REDIS_HOST,REDIS_PORT,WS_PORT,WS_ADDRESS,WS_HOST,WS_BASE_URL,WS_PUBLIC_PORT,WS_PUBLIC_SSL_PORT,WS_SSL,BREVO_API_URL,BREVO_API_KEY,SENTRY_DSN,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,K2R2_SECRET,K2R2_BASE_URL,K2R2_SFTP_HOST,K2R2_SFTP_PORT,K2R2_SFTP_USER,K2R2_SFTP_PASS,K2R2_SFTP_ROOT,NELLAPP_WORDPRESS_URL,SCORM_PROXY_API_TOKEN,SCORM_PROXY_API_SECRET,SCORM_PROXY_API_URL,SCORM_AUTO_PROCESS,SCORM_ROOT_DIRS"
TAG
"staging"
TZ
"Europe/Paris"
USER
"www-data"

Parent Request

Return to parent request (token = 527468)

Key Value
_controller
"App\Controller\Front\Exercise\AnswerController"
_converters
[
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1298
    -name: "training"
    -class: "App\Entity\Scholar\Training\Training"
    -options: [
      "id" => "trainingId"
    ]
    -isOptional: false
    -converter: null
  }
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1297
    -name: "module"
    -class: "App\Entity\Scholar\Module\Module"
    -options: [
      "id" => "moduleId"
    ]
    -isOptional: false
    -converter: null
  }
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1296
    -name: "lesson"
    -class: "App\Entity\Scholar\Lesson\Lesson"
    -options: [
      "id" => "lessonId"
    ]
    -isOptional: false
    -converter: null
  }
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1295
    -name: "exercise"
    -class: "App\Entity\Exercise\Exercise"
    -options: [
      "id" => "id"
    ]
    -isOptional: false
    -converter: null
  }
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1294
    -name: "exerciseResult"
    -class: "App\Entity\Exercise\User\ExerciseResult"
    -options: [
      "id" => "exerciseResultId"
    ]
    -isOptional: false
    -converter: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"front_exercise_answer"
_route_params
[
  "channel_domain" => "adrec.staging.nellapp-01.drosalys.net"
  "trainingId" => "bf444850-6021-11e9-a435-0242c0a8d002"
  "moduleId" => "103bc910-3607-11e9-8180-00163e87308f"
  "lessonId" => "c61c5443-3606-11e9-8180-00163e87308f"
  "id" => "about.nellapp.com"
  "exerciseResultId" => "accompagnement-solution-e-learning-digitalisation-formation-professionnelle-plateforme"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"1252f0"
channel_domain
"adrec.staging.nellapp-01.drosalys.net"
exerciseResultId
"accompagnement-solution-e-learning-digitalisation-formation-professionnelle-plateforme"
id
"about.nellapp.com"
lesson
App\Entity\Scholar\Lesson\SharedLesson {#1891
  -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2016 …}
  -lockByStatus: 1
  -id: "c61c5443-3606-11e9-8180-00163e87308f"
  -chapters: Doctrine\ORM\PersistentCollection {#1907 …}
  -lessonProduct: null
  -modules: Doctrine\ORM\PersistentCollection {#1920 …}
  -exercises: Doctrine\ORM\PersistentCollection {#1965 …}
  -minimumTime: DateTime @21600 {#1888
    date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
  }
  -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#1979 …}
  -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1968 …}
  -practicalCases: Doctrine\ORM\PersistentCollection {#1984 …}
  -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2008 …}
  -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1998 …}
  -lessonReviewActivated: true
  -enableChatBot: true
  -supportScorm: true
  -chaptersOrdered: false
  -exercisesOrdered: false
  -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1714 …}
  -createdAt: DateTime @1550773833 {#1887
    date: 2019-02-21 19:30:33.0 Europe/Paris (+01:00)
  }
  -updatedAt: DateTime @1757458813 {#1864
    date: 2025-09-10 01:00:13.0 Europe/Paris (+02:00)
  }
  #createdBy: null
  #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2004 …}
  #fromApi: false
  -status: "published"
  -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1714 …}
}
lessonId
"c61c5443-3606-11e9-8180-00163e87308f"
module
App\Entity\Scholar\Module\SharedModule {#1742
  -lockBy: App\Entity\Scholar\Module\OriginModule {#1788 …}
  -lockByStatus: 1
  -id: "103bc910-3607-11e9-8180-00163e87308f"
  -lessons: Doctrine\ORM\PersistentCollection {#1748 …}
  -moduleProduct: null
  -trainings: Doctrine\ORM\PersistentCollection {#1772 …}
  -isBlocked: false
  -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1777 …}
  -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1714 …}
  -createdAt: DateTime @1550773957 {#1735
    date: 2019-02-21 19:32:37.0 Europe/Paris (+01:00)
  }
  -updatedAt: DateTime @1757458817 {#1740
    date: 2025-09-10 01:00:17.0 Europe/Paris (+02:00)
  }
  #createdBy: null
  #updatedBy: null
  #fromApi: false
  -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1714 …}
}
moduleId
"103bc910-3607-11e9-8180-00163e87308f"
training
App\Entity\Scholar\Training\SharedTraining {#1522
  -lockBy: App\Entity\Scholar\Training\Training {#1669 …}
  -lockByStatus: 1
  -id: "bf444850-6021-11e9-a435-0242c0a8d002"
  -modules: Doctrine\ORM\PersistentCollection {#1535 …}
  -image: Proxies\__CG__\App\Entity\Channel\Image {#1562 …}
  -totalHourDescription: 612
  -videoDescription: null
  -diplomaDescription: "Titre Niveau 5 (Bac +2)"
  -trainingProduct: App\Entity\Payment\TrainingProduct {#1571 …}
  -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1578 …}
  -trainingType: "blended"
  -abstractCursus: Doctrine\ORM\PersistentCollection {#1611 …}
  -sharedTrainings: Doctrine\ORM\PersistentCollection {#1595 …}
  -thematic: [
    "9"
  ]
  -diploma: 2
  -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1653 …}
  -duplicateFrom: null
  -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1714 …}
  -createdAt: DateTime @1555396167 {#1515
    date: 2019-04-16 08:29:27.0 Europe/Paris (+02:00)
  }
  -updatedAt: DateTime @1757458922 {#1520
    date: 2025-09-10 01:02:02.0 Europe/Paris (+02:00)
  }
  #createdBy: null
  #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1677 …}
  #fromApi: false
  -name: "Gestionnaire de Paie"
  -description: "La formation de Gestionnaire de paie va vous permettre d'acquérir toutes les compétences nécessaires afin d'exercer au mieux ce métier. Le (la) gestionnaire de paie assure le suivi, le contrôle de fiabilité, l'analyse et le traitement des informations sociales collectées afin de réaliser un traitement fiable de la paie. Il (elle) la vérifie en fonction de la législation, des conventions collectives et des contrats de travail. Il (elle) extrait et prépare les données sociales issues de la production des bulletins de salaires pour les transmettre aux organismes sociaux (télédéclarations) ou au service des ressources humaines (bilan social, tableaux de bord, demandes spécifiques)."
  -public: false
  -_links: null
  -status: "published"
  -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1714 …}
}
trainingId
"bf444850-6021-11e9-a435-0242c0a8d002"