PixelPdfGenerator

Missing parameters to perform!!!

no product found for 171.1048.1.10

$data Enlight_Controller_Request_RequestHttp (34)
  • Properties (34)
  • Available methods (144)
  • Static class properties (25)
  • toString
  • protected validDeviceTypes -> array (3)
    0 => string (7) "desktop"
    1 => string (6) "tablet"
    2 => string (6) "mobile"
    protected _dispatched -> boolean true
    protected _module -> string (8) "frontend"
    protected _moduleKey -> string (6) "module"
    protected _controller -> string (3) "pdf"
    protected _controllerKey -> string (10) "controller"
    protected _action -> string (11) "simpleOffer"
    protected _actionKey -> string (6) "action"
    protected _params -> array (0)
    private nameFormatter -> Shopware\Components\DispatchFormatHelper (0)
    • Available methods (2)
    • public formatNameForRequest($unFormatted, $isController = false): string
      /**
      * @param string $unFormatted
      * @param bool   $isController
      *
      * @return string
      */
      Defined in <ROOT>/engine/Shopware/Components/DispatchFormatHelper.php:35
      public formatNameForDispatch($unFormatted): string
      /**
      * @param string $unFormatted
      *
      * @return string
      */
      Defined in <ROOT>/engine/Shopware/Components/DispatchFormatHelper.php:51
    public attributes -> Symfony\Component\HttpFoundation\ParameterBag (1)
    $data->attributes
    • Properties
    • Available methods (17)
    • protected parameters -> array (0)
    • public __construct(array $parameters = array())
      new \Symfony\Component\HttpFoundation\ParameterBag(array $parameters = array())
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:26
      public all(): array An array of parameters Returns the parameters.
      $data->attributes->all()
      /**
      * Returns the parameters.
      *
      * @return array An array of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:36
      public keys(): array An array of parameter keys Returns the parameter keys.
      $data->attributes->keys()
      /**
      * Returns the parameter keys.
      *
      * @return array An array of parameter keys
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:46
      public replace(array $parameters = array()) Replaces the current parameters by a new set.
      $data->attributes->replace(array $parameters = array())
      /**
      * Replaces the current parameters by a new set.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:54
      public add(array $parameters = array()) Adds parameters.
      $data->attributes->add(array $parameters = array())
      /**
      * Adds parameters.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:62
      public get($key, $default = null): mixed Returns a parameter by name.
      $data->attributes->get($key, $default = null)
      /**
      * Returns a parameter by name.
      *
      * @param string $key     The key
      * @param mixed  $default The default value if the parameter key does not exist
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:75
      public set($key, $value) Sets a parameter by name.
      $data->attributes->set($key, $value)
      /**
      * Sets a parameter by name.
      *
      * @param string $key   The key
      * @param mixed  $value The value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:86
      public has($key): bool true if the parameter exists, false otherwise Returns true if the parameter is defined.
      $data->attributes->has($key)
      /**
      * Returns true if the parameter is defined.
      *
      * @param string $key The key
      *
      * @return bool true if the parameter exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:98
      public remove($key) Removes a parameter.
      $data->attributes->remove($key)
      /**
      * Removes a parameter.
      *
      * @param string $key The key
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:108
      public getAlpha($key, $default = ''): string The filtered value Returns the alphabetic characters of the parameter value.
      $data->attributes->getAlpha($key, $default = '')
      /**
      * Returns the alphabetic characters of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:121
      public getAlnum($key, $default = ''): string The filtered value Returns the alphabetic characters and digits of the parameter value.
      $data->attributes->getAlnum($key, $default = '')
      /**
      * Returns the alphabetic characters and digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:134
      public getDigits($key, $default = ''): string The filtered value Returns the digits of the parameter value.
      $data->attributes->getDigits($key, $default = '')
      /**
      * Returns the digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:147
      public getInt($key, $default0): int The filtered value Returns the parameter value converted to integer.
      $data->attributes->getInt($key, $default0)
      /**
      * Returns the parameter value converted to integer.
      *
      * @param string $key     The parameter key
      * @param int    $default The default value if the parameter key does not exist
      *
      * @return int The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:161
      public getBoolean($key, $default = false): bool The filtered value Returns the parameter value converted to boolean.
      $data->attributes->getBoolean($key, $default = false)
      /**
      * Returns the parameter value converted to boolean.
      *
      * @param string $key     The parameter key
      * @param bool   $default The default value if the parameter key does not exist
      *
      * @return bool The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:174
      public filter($key, $default = null, $filter = 516, $options = array()): mixed Filter key.
      $data->attributes->filter($key, $default = null, $filter = 516, $options = array())
      /**
      * Filter key.
      *
      * @param string $key     Key
      * @param mixed  $default Default = null
      * @param int    $filter  FILTER_* constant
      * @param mixed  $options Filter options
      *
      * @see https://php.net/filter-var
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:191
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for parameters.
      $data->attributes->getIterator()
      /**
      * Returns an iterator for parameters.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:214
      public count(): int The number of parameters Returns the number of parameters.
      $data->attributes->count()
      /**
      * Returns the number of parameters.
      *
      * @return int The number of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:225
    public request -> Symfony\Component\HttpFoundation\ParameterBag (1)
    $data->request
    • Properties
    • Available methods (17)
    • protected parameters -> array (0)
    • public __construct(array $parameters = array())
      new \Symfony\Component\HttpFoundation\ParameterBag(array $parameters = array())
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:26
      public all(): array An array of parameters Returns the parameters.
      $data->request->all()
      /**
      * Returns the parameters.
      *
      * @return array An array of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:36
      public keys(): array An array of parameter keys Returns the parameter keys.
      $data->request->keys()
      /**
      * Returns the parameter keys.
      *
      * @return array An array of parameter keys
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:46
      public replace(array $parameters = array()) Replaces the current parameters by a new set.
      $data->request->replace(array $parameters = array())
      /**
      * Replaces the current parameters by a new set.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:54
      public add(array $parameters = array()) Adds parameters.
      $data->request->add(array $parameters = array())
      /**
      * Adds parameters.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:62
      public get($key, $default = null): mixed Returns a parameter by name.
      $data->request->get($key, $default = null)
      /**
      * Returns a parameter by name.
      *
      * @param string $key     The key
      * @param mixed  $default The default value if the parameter key does not exist
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:75
      public set($key, $value) Sets a parameter by name.
      $data->request->set($key, $value)
      /**
      * Sets a parameter by name.
      *
      * @param string $key   The key
      * @param mixed  $value The value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:86
      public has($key): bool true if the parameter exists, false otherwise Returns true if the parameter is defined.
      $data->request->has($key)
      /**
      * Returns true if the parameter is defined.
      *
      * @param string $key The key
      *
      * @return bool true if the parameter exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:98
      public remove($key) Removes a parameter.
      $data->request->remove($key)
      /**
      * Removes a parameter.
      *
      * @param string $key The key
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:108
      public getAlpha($key, $default = ''): string The filtered value Returns the alphabetic characters of the parameter value.
      $data->request->getAlpha($key, $default = '')
      /**
      * Returns the alphabetic characters of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:121
      public getAlnum($key, $default = ''): string The filtered value Returns the alphabetic characters and digits of the parameter value.
      $data->request->getAlnum($key, $default = '')
      /**
      * Returns the alphabetic characters and digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:134
      public getDigits($key, $default = ''): string The filtered value Returns the digits of the parameter value.
      $data->request->getDigits($key, $default = '')
      /**
      * Returns the digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:147
      public getInt($key, $default0): int The filtered value Returns the parameter value converted to integer.
      $data->request->getInt($key, $default0)
      /**
      * Returns the parameter value converted to integer.
      *
      * @param string $key     The parameter key
      * @param int    $default The default value if the parameter key does not exist
      *
      * @return int The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:161
      public getBoolean($key, $default = false): bool The filtered value Returns the parameter value converted to boolean.
      $data->request->getBoolean($key, $default = false)
      /**
      * Returns the parameter value converted to boolean.
      *
      * @param string $key     The parameter key
      * @param bool   $default The default value if the parameter key does not exist
      *
      * @return bool The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:174
      public filter($key, $default = null, $filter = 516, $options = array()): mixed Filter key.
      $data->request->filter($key, $default = null, $filter = 516, $options = array())
      /**
      * Filter key.
      *
      * @param string $key     Key
      * @param mixed  $default Default = null
      * @param int    $filter  FILTER_* constant
      * @param mixed  $options Filter options
      *
      * @see https://php.net/filter-var
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:191
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for parameters.
      $data->request->getIterator()
      /**
      * Returns an iterator for parameters.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:214
      public count(): int The number of parameters Returns the number of parameters.
      $data->request->count()
      /**
      * Returns the number of parameters.
      *
      * @return int The number of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:225
    public query -> Symfony\Component\HttpFoundation\ParameterBag (1)
    $data->query
    • Properties
    • Available methods (17)
    • Iterator (5)
    • protected parameters -> array (5)
      number => string (13) "171.1048.1.10"
      quantity => string (2) "10"
      module => string (8) "frontend"
      controller => string (3) "pdf"
      action => string (11) "simpleOffer"
    • public __construct(array $parameters = array())
      new \Symfony\Component\HttpFoundation\ParameterBag(array $parameters = array())
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:26
      public all(): array An array of parameters Returns the parameters.
      $data->query->all()
      /**
      * Returns the parameters.
      *
      * @return array An array of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:36
      public keys(): array An array of parameter keys Returns the parameter keys.
      $data->query->keys()
      /**
      * Returns the parameter keys.
      *
      * @return array An array of parameter keys
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:46
      public replace(array $parameters = array()) Replaces the current parameters by a new set.
      $data->query->replace(array $parameters = array())
      /**
      * Replaces the current parameters by a new set.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:54
      public add(array $parameters = array()) Adds parameters.
      $data->query->add(array $parameters = array())
      /**
      * Adds parameters.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:62
      public get($key, $default = null): mixed Returns a parameter by name.
      $data->query->get($key, $default = null)
      /**
      * Returns a parameter by name.
      *
      * @param string $key     The key
      * @param mixed  $default The default value if the parameter key does not exist
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:75
      public set($key, $value) Sets a parameter by name.
      $data->query->set($key, $value)
      /**
      * Sets a parameter by name.
      *
      * @param string $key   The key
      * @param mixed  $value The value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:86
      public has($key): bool true if the parameter exists, false otherwise Returns true if the parameter is defined.
      $data->query->has($key)
      /**
      * Returns true if the parameter is defined.
      *
      * @param string $key The key
      *
      * @return bool true if the parameter exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:98
      public remove($key) Removes a parameter.
      $data->query->remove($key)
      /**
      * Removes a parameter.
      *
      * @param string $key The key
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:108
      public getAlpha($key, $default = ''): string The filtered value Returns the alphabetic characters of the parameter value.
      $data->query->getAlpha($key, $default = '')
      /**
      * Returns the alphabetic characters of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:121
      public getAlnum($key, $default = ''): string The filtered value Returns the alphabetic characters and digits of the parameter value.
      $data->query->getAlnum($key, $default = '')
      /**
      * Returns the alphabetic characters and digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:134
      public getDigits($key, $default = ''): string The filtered value Returns the digits of the parameter value.
      $data->query->getDigits($key, $default = '')
      /**
      * Returns the digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:147
      public getInt($key, $default0): int The filtered value Returns the parameter value converted to integer.
      $data->query->getInt($key, $default0)
      /**
      * Returns the parameter value converted to integer.
      *
      * @param string $key     The parameter key
      * @param int    $default The default value if the parameter key does not exist
      *
      * @return int The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:161
      public getBoolean($key, $default = false): bool The filtered value Returns the parameter value converted to boolean.
      $data->query->getBoolean($key, $default = false)
      /**
      * Returns the parameter value converted to boolean.
      *
      * @param string $key     The parameter key
      * @param bool   $default The default value if the parameter key does not exist
      *
      * @return bool The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:174
      public filter($key, $default = null, $filter = 516, $options = array()): mixed Filter key.
      $data->query->filter($key, $default = null, $filter = 516, $options = array())
      /**
      * Filter key.
      *
      * @param string $key     Key
      * @param mixed  $default Default = null
      * @param int    $filter  FILTER_* constant
      * @param mixed  $options Filter options
      *
      * @see https://php.net/filter-var
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:191
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for parameters.
      $data->query->getIterator()
      /**
      * Returns an iterator for parameters.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:214
      public count(): int The number of parameters Returns the number of parameters.
      $data->query->count()
      /**
      * Returns the number of parameters.
      *
      * @return int The number of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:225
    • number => string (13) "171.1048.1.10"
      iterator_to_array($data->query)['number']
      quantity => string (2) "10"
      iterator_to_array($data->query)['quantity']
      module => string (8) "frontend"
      iterator_to_array($data->query)['module']
      controller => string (3) "pdf"
      iterator_to_array($data->query)['controller']
      action => string (11) "simpleOffer"
      iterator_to_array($data->query)['action']
    public server -> Symfony\Component\HttpFoundation\ServerBag (1)
    $data->server
    • Properties
    • Available methods (18)
    • Iterator (62)
    • protected parameters -> array (62)
      PATH => string (60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
      USER => string (8) "w0127c8c"
      HOME => string (20) "/www/htdocs/w0127c8c"
      • Directory (4KB)
      • Base64
      • drwxr-x--- 1005 33 4KB Jan 03 14:38 /www/htdocs/w0127c8c
        
      • base64_decode(HOME) binary string (15)
      SCRIPT_NAME => string (13) "/shopware.php"
      REQUEST_URI => string (49) "/pdf/simpleOffer?number=171.1048.1.10&quantity=10"
      QUERY_STRING => string (32) "number=171.1048.1.10&quantity=10"
      REQUEST_METHOD => string (3) "GET"
      SERVER_PROTOCOL => string (8) "HTTP/2.0"
      GATEWAY_INTERFACE => string (7) "CGI/1.1"
      REDIRECT_QUERY_STRING => string (32) "number=171.1048.1.10&quantity=10"
      REDIRECT_URL => string (16) "/pdf/simpleOffer"
      • Base64
      • base64_decode(REDIRECT_URL) binary string (12)
      REMOTE_PORT => string (5) "51004"
      SCRIPT_FILENAME => string (60) "/www/htdocs/w0127c8c/werbemittel.wolferdruck.de/shopware.php"
      • File (4.54KB)
      • -rw-r--r-- 1005 1005 4.54KB May 04 2022 /www/htdocs/w0127c8c/werbemittel.wolferdruck.de/shopware.php
        
      SERVER_ADMIN => string (37) "webmaster@werbemittel.woelferdruck.de"
      CONTEXT_DOCUMENT_ROOT => string (48) "/www/htdocs/w0127c8c/werbemittel.wolferdruck.de/"
      • Directory (4KB)
      • drwxrwxrwx 1005 1005 4KB May 04 2022 /www/htdocs/w0127c8c/werbemittel.wolferdruck.de
        
      CONTEXT_PREFIX => string (0) ""
      REQUEST_SCHEME => string (5) "https"
      DOCUMENT_ROOT => string (48) "/www/htdocs/w0127c8c/werbemittel.wolferdruck.de/"
      • Directory (4KB)
      • drwxrwxrwx 1005 1005 4KB May 04 2022 /www/htdocs/w0127c8c/werbemittel.wolferdruck.de
        
      REMOTE_ADDR => string (9) "127.0.0.1"
      SERVER_PORT => string (3) "443"
      SERVER_ADDR => string (13) "85.13.152.220"
      SERVER_NAME => string (27) "werbemittel.woelferdruck.de"
      SERVER_SOFTWARE => string (6) "Apache"
      SERVER_SIGNATURE => string (0) ""
      HTTP_HOST => string (27) "werbemittel.woelferdruck.de"
      HTTP_USER_AGENT => string (9) "claudebot"
      HTTP_ACCEPT => string (3) "*/*"
      SSL_CLIENT_CERT => string (0) ""
      SSL_SERVER_CERT => string (1846) "-----BEGIN CERTIFICATE----- MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSq...
      -----BEGIN CERTIFICATE-----
      MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSqGSIb3DQEBCwUA
      MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
      EwJSMzAeFw0yNDAzMDUyMzAzMzFaFw0yNDA2MDMyMzAzMzBaMCYxJDAiBgNVBAMT
      G3dlcmJlbWl0dGVsLndvZWxmZXJkcnVjay5kZTCCASIwDQYJKoZIhvcNAQEBBQAD
      ggEPADCCAQoCggEBAM1YHYbWafof/o6pjpE8ki0VhIAZ/QbUMkC2QhyN59PFfXjq
      cnNdA+/DJUjJ055hlyHFMmCSTBKAHFsriQGGqnSoP9VZXGrhen0h1AY/dwr7Jd5o
      6UFP9u3VxOuIO2Ax2D+SQxhn1Wt5yBbBkZut02KTJ0glVfzA8hsDq9+1E3wHWF99
      +WlmP4R6j9qnqvs/viSnYyCatwCRsa1v19GCHE89c9uEtG5hgJ4z1+1xOuj8/3/z
      EMCpsrmT6IWsP9HN7SCXhoyMJKabIf8beYgNxbFvsGFCgXqAgjHOA38WP9xLVNwm
      fdZe24qUT+F+KoMApwh55q7JrU5xM2txHBL+HZMCAwEAAaOCAj8wggI7MA4GA1Ud
      DwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0T
      AQH/BAIwADAdBgNVHQ4EFgQUde+zAx50MDx/7v/VElYOOiE54dMwHwYDVR0jBBgw
      FoAUFC6zF7dYVsuuUAlA5h+vnYsUwsYwVQYIKwYBBQUHAQEESTBHMCEGCCsGAQUF
      BzABhhVodHRwOi8vcjMuby5sZW5jci5vcmcwIgYIKwYBBQUHMAKGFmh0dHA6Ly9y
      My5pLmxlbmNyLm9yZy8wRwYDVR0RBEAwPoIbd2VyYmVtaXR0ZWwud29lbGZlcmRy
      dWNrLmRlgh93d3cud2VyYmVtaXR0ZWwud29lbGZlcmRydWNrLmRlMBMGA1UdIAQM
      MAowCAYGZ4EMAQIBMIIBBQYKKwYBBAHWeQIEAgSB9gSB8wDxAHcASLDja9qmRzQP
      5WoC+p0w6xxSActW3SyB2bu/qznYhHMAAAGOERKLPgAABAMASDBGAiEAioXaHU3+
      EWhFNGnCdpJI34VAcnG2/ecNHx6RwKDyuysCIQD207rgkrxj3GMl3FoBtbASektk
      K+kzio023Al8BumEAgB2AKLiv9Ye3i8vB6DWTm03p9xlQ7DGtS6i2reK+Jpt9RfY
      AAABjhESi0kAAAQDAEcwRQIhAMpKOGqqT44TjY6a0n/qE0qLqGB5+XzMpF1IayEH
      4U3/AiA3O37iQgUfHJA1en738OQH30i41uaNuI4+vUWlzh1+ZjANBgkqhkiG9w0B
      AQsFAAOCAQEAYlU0fyFceTbPdjdVKk06Vp1Xlc7JtNsq3r/HExgZTe51ArlzYmkq
      Nf3l3og4R1wuKBOVHxBchRIq2uycHzJgY0Uufozme4Dx87TgHp5FEWAEfL6PG/eC
      +Ud2evSZtIfKvfcbNYc77Jkr2S/L/XLxkIscVJhPTJ5XN6irST2exMJhQqEKwlcp
      UQu+iZteExRX291qXP1PEQxese+GHSmR3G10Vt2pq3TNzqgsLs1abKf0xjre1zBt
      DbomndO+IPSHYQ+Exm4ELXcX4d+tIh4uJil8ApT3SGU8IsYK878YB0vpkFGWF68L
      tREO0gEek9swQxqFIRu9HvwO0BHWGxDDbg==
      -----END CERTIFICATE-----
      
      SSL_TLS_SNI => string (27) "werbemittel.woelferdruck.de"
      HTTPS => string (2) "on"
      H2_STREAM_TAG => string (14) "2497842-3778-3"
      H2_STREAM_ID => string (1) "3"
      H2_PUSHED_ON => string (0) ""
      H2_PUSHED => string (0) ""
      H2_PUSH => string (3) "off"
      H2PUSH => string (3) "off"
      HTTP2 => string (2) "on"
      HTTP_AUTHORIZATION => string (0) ""
      UNIQUE_ID => string (27) "ZgZ32BZj2jnZMipVutGVmwAAzA4"
      REDIRECT_STATUS => string (3) "200"
      REDIRECT_SSL_CLIENT_CERT => string (0) ""
      REDIRECT_SSL_SERVER_CERT => string (1846) "-----BEGIN CERTIFICATE----- MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSq...
      -----BEGIN CERTIFICATE-----
      MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSqGSIb3DQEBCwUA
      MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
      EwJSMzAeFw0yNDAzMDUyMzAzMzFaFw0yNDA2MDMyMzAzMzBaMCYxJDAiBgNVBAMT
      G3dlcmJlbWl0dGVsLndvZWxmZXJkcnVjay5kZTCCASIwDQYJKoZIhvcNAQEBBQAD
      ggEPADCCAQoCggEBAM1YHYbWafof/o6pjpE8ki0VhIAZ/QbUMkC2QhyN59PFfXjq
      cnNdA+/DJUjJ055hlyHFMmCSTBKAHFsriQGGqnSoP9VZXGrhen0h1AY/dwr7Jd5o
      6UFP9u3VxOuIO2Ax2D+SQxhn1Wt5yBbBkZut02KTJ0glVfzA8hsDq9+1E3wHWF99
      +WlmP4R6j9qnqvs/viSnYyCatwCRsa1v19GCHE89c9uEtG5hgJ4z1+1xOuj8/3/z
      EMCpsrmT6IWsP9HN7SCXhoyMJKabIf8beYgNxbFvsGFCgXqAgjHOA38WP9xLVNwm
      fdZe24qUT+F+KoMApwh55q7JrU5xM2txHBL+HZMCAwEAAaOCAj8wggI7MA4GA1Ud
      DwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0T
      AQH/BAIwADAdBgNVHQ4EFgQUde+zAx50MDx/7v/VElYOOiE54dMwHwYDVR0jBBgw
      FoAUFC6zF7dYVsuuUAlA5h+vnYsUwsYwVQYIKwYBBQUHAQEESTBHMCEGCCsGAQUF
      BzABhhVodHRwOi8vcjMuby5sZW5jci5vcmcwIgYIKwYBBQUHMAKGFmh0dHA6Ly9y
      My5pLmxlbmNyLm9yZy8wRwYDVR0RBEAwPoIbd2VyYmVtaXR0ZWwud29lbGZlcmRy
      dWNrLmRlgh93d3cud2VyYmVtaXR0ZWwud29lbGZlcmRydWNrLmRlMBMGA1UdIAQM
      MAowCAYGZ4EMAQIBMIIBBQYKKwYBBAHWeQIEAgSB9gSB8wDxAHcASLDja9qmRzQP
      5WoC+p0w6xxSActW3SyB2bu/qznYhHMAAAGOERKLPgAABAMASDBGAiEAioXaHU3+
      EWhFNGnCdpJI34VAcnG2/ecNHx6RwKDyuysCIQD207rgkrxj3GMl3FoBtbASektk
      K+kzio023Al8BumEAgB2AKLiv9Ye3i8vB6DWTm03p9xlQ7DGtS6i2reK+Jpt9RfY
      AAABjhESi0kAAAQDAEcwRQIhAMpKOGqqT44TjY6a0n/qE0qLqGB5+XzMpF1IayEH
      4U3/AiA3O37iQgUfHJA1en738OQH30i41uaNuI4+vUWlzh1+ZjANBgkqhkiG9w0B
      AQsFAAOCAQEAYlU0fyFceTbPdjdVKk06Vp1Xlc7JtNsq3r/HExgZTe51ArlzYmkq
      Nf3l3og4R1wuKBOVHxBchRIq2uycHzJgY0Uufozme4Dx87TgHp5FEWAEfL6PG/eC
      +Ud2evSZtIfKvfcbNYc77Jkr2S/L/XLxkIscVJhPTJ5XN6irST2exMJhQqEKwlcp
      UQu+iZteExRX291qXP1PEQxese+GHSmR3G10Vt2pq3TNzqgsLs1abKf0xjre1zBt
      DbomndO+IPSHYQ+Exm4ELXcX4d+tIh4uJil8ApT3SGU8IsYK878YB0vpkFGWF68L
      tREO0gEek9swQxqFIRu9HvwO0BHWGxDDbg==
      -----END CERTIFICATE-----
      
      REDIRECT_SSL_TLS_SNI => string (27) "werbemittel.woelferdruck.de"
      REDIRECT_HTTPS => string (2) "on"
      REDIRECT_H2_STREAM_TAG => string (14) "2497842-3778-3"
      REDIRECT_H2_STREAM_ID => string (1) "3"
      REDIRECT_H2_PUSHED_ON => string (0) ""
      REDIRECT_H2_PUSHED => string (0) ""
      REDIRECT_H2_PUSH => string (3) "off"
      REDIRECT_H2PUSH => string (3) "off"
      REDIRECT_HTTP2 => string (2) "on"
      REDIRECT_UNIQUE_ID => string (27) "ZgZ32BZj2jnZMipVutGVmwAAzA4"
      FCGI_ROLE => string (9) "RESPONDER"
      PHP_SELF => string (13) "/shopware.php"
      REQUEST_TIME_FLOAT => double 1711699928.66
      REQUEST_TIME => integer 1711699928
      2024-03-29 08:12:08 UTC
      argv => array (1)
      0 => string (32) "number=171.1048.1.10&quantity=10"
      argc => integer 1
      HTTP_FORWARDED => string (67) "for="54.162.124.193";host="werbemittel.woelferdruck.de";proto=https"
      HTTP_X_FORWARDED_FOR => string (14) "54.162.124.193"
      HTTP_SURROGATE_CAPABILITY => string (37) "shopware="ESI/1.0", symfony="ESI/1.0""
    • public getHeaders(): array Gets the HTTP headers.
      $data->server->getHeaders()
      /**
      * Gets the HTTP headers.
      *
      * @return array
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ServerBag.php:28
      public __construct(array $parameters = array())
      new \Symfony\Component\HttpFoundation\ServerBag(array $parameters = array())
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:26
      public all(): array An array of parameters Returns the parameters.
      $data->server->all()
      /**
      * Returns the parameters.
      *
      * @return array An array of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:36
      public keys(): array An array of parameter keys Returns the parameter keys.
      $data->server->keys()
      /**
      * Returns the parameter keys.
      *
      * @return array An array of parameter keys
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:46
      public replace(array $parameters = array()) Replaces the current parameters by a new set.
      $data->server->replace(array $parameters = array())
      /**
      * Replaces the current parameters by a new set.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:54
      public add(array $parameters = array()) Adds parameters.
      $data->server->add(array $parameters = array())
      /**
      * Adds parameters.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:62
      public get($key, $default = null): mixed Returns a parameter by name.
      $data->server->get($key, $default = null)
      /**
      * Returns a parameter by name.
      *
      * @param string $key     The key
      * @param mixed  $default The default value if the parameter key does not exist
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:75
      public set($key, $value) Sets a parameter by name.
      $data->server->set($key, $value)
      /**
      * Sets a parameter by name.
      *
      * @param string $key   The key
      * @param mixed  $value The value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:86
      public has($key): bool true if the parameter exists, false otherwise Returns true if the parameter is defined.
      $data->server->has($key)
      /**
      * Returns true if the parameter is defined.
      *
      * @param string $key The key
      *
      * @return bool true if the parameter exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:98
      public remove($key) Removes a parameter.
      $data->server->remove($key)
      /**
      * Removes a parameter.
      *
      * @param string $key The key
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:108
      public getAlpha($key, $default = ''): string The filtered value Returns the alphabetic characters of the parameter value.
      $data->server->getAlpha($key, $default = '')
      /**
      * Returns the alphabetic characters of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:121
      public getAlnum($key, $default = ''): string The filtered value Returns the alphabetic characters and digits of the parameter value.
      $data->server->getAlnum($key, $default = '')
      /**
      * Returns the alphabetic characters and digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:134
      public getDigits($key, $default = ''): string The filtered value Returns the digits of the parameter value.
      $data->server->getDigits($key, $default = '')
      /**
      * Returns the digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:147
      public getInt($key, $default0): int The filtered value Returns the parameter value converted to integer.
      $data->server->getInt($key, $default0)
      /**
      * Returns the parameter value converted to integer.
      *
      * @param string $key     The parameter key
      * @param int    $default The default value if the parameter key does not exist
      *
      * @return int The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:161
      public getBoolean($key, $default = false): bool The filtered value Returns the parameter value converted to boolean.
      $data->server->getBoolean($key, $default = false)
      /**
      * Returns the parameter value converted to boolean.
      *
      * @param string $key     The parameter key
      * @param bool   $default The default value if the parameter key does not exist
      *
      * @return bool The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:174
      public filter($key, $default = null, $filter = 516, $options = array()): mixed Filter key.
      $data->server->filter($key, $default = null, $filter = 516, $options = array())
      /**
      * Filter key.
      *
      * @param string $key     Key
      * @param mixed  $default Default = null
      * @param int    $filter  FILTER_* constant
      * @param mixed  $options Filter options
      *
      * @see https://php.net/filter-var
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:191
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for parameters.
      $data->server->getIterator()
      /**
      * Returns an iterator for parameters.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:214
      public count(): int The number of parameters Returns the number of parameters.
      $data->server->count()
      /**
      * Returns the number of parameters.
      *
      * @return int The number of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:225
    • PATH => string (60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
      iterator_to_array($data->server)['PATH']
      USER => string (8) "w0127c8c"
      iterator_to_array($data->server)['USER']
      HOME => string (20) "/www/htdocs/w0127c8c"
      iterator_to_array($data->server)['HOME']
      • Directory (4KB)
      • Base64
      • drwxr-x--- 1005 33 4KB Jan 03 14:38 /www/htdocs/w0127c8c
        
      • base64_decode(HOME) binary string (15)
        base64_decode(iterator_to_array($data->server)['HOME'])
      SCRIPT_NAME => string (13) "/shopware.php"
      iterator_to_array($data->server)['SCRIPT_NAME']
      REQUEST_URI => string (49) "/pdf/simpleOffer?number=171.1048.1.10&quantity=10"
      iterator_to_array($data->server)['REQUEST_URI']
      QUERY_STRING => string (32) "number=171.1048.1.10&quantity=10"
      iterator_to_array($data->server)['QUERY_STRING']
      REQUEST_METHOD => string (3) "GET"
      iterator_to_array($data->server)['REQUEST_METHOD']
      SERVER_PROTOCOL => string (8) "HTTP/2.0"
      iterator_to_array($data->server)['SERVER_PROTOCOL']
      GATEWAY_INTERFACE => string (7) "CGI/1.1"
      iterator_to_array($data->server)['GATEWAY_INTERFACE']
      REDIRECT_QUERY_STRING => string (32) "number=171.1048.1.10&quantity=10"
      iterator_to_array($data->server)['REDIRECT_QUERY_STRING']
      REDIRECT_URL => string (16) "/pdf/simpleOffer"
      iterator_to_array($data->server)['REDIRECT_URL']
      • Base64
      • base64_decode(REDIRECT_URL) binary string (12)
        base64_decode(iterator_to_array($data->server)['REDIRECT_URL'])
      REMOTE_PORT => string (5) "51004"
      iterator_to_array($data->server)['REMOTE_PORT']
      SCRIPT_FILENAME => string (60) "/www/htdocs/w0127c8c/werbemittel.wolferdruck.de/shopware.php"
      iterator_to_array($data->server)['SCRIPT_FILENAME']
      • File (4.54KB)
      • -rw-r--r-- 1005 1005 4.54KB May 04 2022 /www/htdocs/w0127c8c/werbemittel.wolferdruck.de/shopware.php
        
      SERVER_ADMIN => string (37) "webmaster@werbemittel.woelferdruck.de"
      iterator_to_array($data->server)['SERVER_ADMIN']
      CONTEXT_DOCUMENT_ROOT => string (48) "/www/htdocs/w0127c8c/werbemittel.wolferdruck.de/"
      iterator_to_array($data->server)['CONTEXT_DOCUMENT_ROOT']
      • Directory (4KB)
      • drwxrwxrwx 1005 1005 4KB May 04 2022 /www/htdocs/w0127c8c/werbemittel.wolferdruck.de
        
      CONTEXT_PREFIX => string (0) ""
      iterator_to_array($data->server)['CONTEXT_PREFIX']
      REQUEST_SCHEME => string (5) "https"
      iterator_to_array($data->server)['REQUEST_SCHEME']
      DOCUMENT_ROOT => string (48) "/www/htdocs/w0127c8c/werbemittel.wolferdruck.de/"
      iterator_to_array($data->server)['DOCUMENT_ROOT']
      • Directory (4KB)
      • drwxrwxrwx 1005 1005 4KB May 04 2022 /www/htdocs/w0127c8c/werbemittel.wolferdruck.de
        
      REMOTE_ADDR => string (9) "127.0.0.1"
      iterator_to_array($data->server)['REMOTE_ADDR']
      SERVER_PORT => string (3) "443"
      iterator_to_array($data->server)['SERVER_PORT']
      SERVER_ADDR => string (13) "85.13.152.220"
      iterator_to_array($data->server)['SERVER_ADDR']
      SERVER_NAME => string (27) "werbemittel.woelferdruck.de"
      iterator_to_array($data->server)['SERVER_NAME']
      SERVER_SOFTWARE => string (6) "Apache"
      iterator_to_array($data->server)['SERVER_SOFTWARE']
      SERVER_SIGNATURE => string (0) ""
      iterator_to_array($data->server)['SERVER_SIGNATURE']
      HTTP_HOST => string (27) "werbemittel.woelferdruck.de"
      iterator_to_array($data->server)['HTTP_HOST']
      HTTP_USER_AGENT => string (9) "claudebot"
      iterator_to_array($data->server)['HTTP_USER_AGENT']
      HTTP_ACCEPT => string (3) "*/*"
      iterator_to_array($data->server)['HTTP_ACCEPT']
      SSL_CLIENT_CERT => string (0) ""
      iterator_to_array($data->server)['SSL_CLIENT_CERT']
      SSL_SERVER_CERT => string (1846) "-----BEGIN CERTIFICATE----- MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSq...
      iterator_to_array($data->server)['SSL_SERVER_CERT']
      -----BEGIN CERTIFICATE-----
      MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSqGSIb3DQEBCwUA
      MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
      EwJSMzAeFw0yNDAzMDUyMzAzMzFaFw0yNDA2MDMyMzAzMzBaMCYxJDAiBgNVBAMT
      G3dlcmJlbWl0dGVsLndvZWxmZXJkcnVjay5kZTCCASIwDQYJKoZIhvcNAQEBBQAD
      ggEPADCCAQoCggEBAM1YHYbWafof/o6pjpE8ki0VhIAZ/QbUMkC2QhyN59PFfXjq
      cnNdA+/DJUjJ055hlyHFMmCSTBKAHFsriQGGqnSoP9VZXGrhen0h1AY/dwr7Jd5o
      6UFP9u3VxOuIO2Ax2D+SQxhn1Wt5yBbBkZut02KTJ0glVfzA8hsDq9+1E3wHWF99
      +WlmP4R6j9qnqvs/viSnYyCatwCRsa1v19GCHE89c9uEtG5hgJ4z1+1xOuj8/3/z
      EMCpsrmT6IWsP9HN7SCXhoyMJKabIf8beYgNxbFvsGFCgXqAgjHOA38WP9xLVNwm
      fdZe24qUT+F+KoMApwh55q7JrU5xM2txHBL+HZMCAwEAAaOCAj8wggI7MA4GA1Ud
      DwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0T
      AQH/BAIwADAdBgNVHQ4EFgQUde+zAx50MDx/7v/VElYOOiE54dMwHwYDVR0jBBgw
      FoAUFC6zF7dYVsuuUAlA5h+vnYsUwsYwVQYIKwYBBQUHAQEESTBHMCEGCCsGAQUF
      BzABhhVodHRwOi8vcjMuby5sZW5jci5vcmcwIgYIKwYBBQUHMAKGFmh0dHA6Ly9y
      My5pLmxlbmNyLm9yZy8wRwYDVR0RBEAwPoIbd2VyYmVtaXR0ZWwud29lbGZlcmRy
      dWNrLmRlgh93d3cud2VyYmVtaXR0ZWwud29lbGZlcmRydWNrLmRlMBMGA1UdIAQM
      MAowCAYGZ4EMAQIBMIIBBQYKKwYBBAHWeQIEAgSB9gSB8wDxAHcASLDja9qmRzQP
      5WoC+p0w6xxSActW3SyB2bu/qznYhHMAAAGOERKLPgAABAMASDBGAiEAioXaHU3+
      EWhFNGnCdpJI34VAcnG2/ecNHx6RwKDyuysCIQD207rgkrxj3GMl3FoBtbASektk
      K+kzio023Al8BumEAgB2AKLiv9Ye3i8vB6DWTm03p9xlQ7DGtS6i2reK+Jpt9RfY
      AAABjhESi0kAAAQDAEcwRQIhAMpKOGqqT44TjY6a0n/qE0qLqGB5+XzMpF1IayEH
      4U3/AiA3O37iQgUfHJA1en738OQH30i41uaNuI4+vUWlzh1+ZjANBgkqhkiG9w0B
      AQsFAAOCAQEAYlU0fyFceTbPdjdVKk06Vp1Xlc7JtNsq3r/HExgZTe51ArlzYmkq
      Nf3l3og4R1wuKBOVHxBchRIq2uycHzJgY0Uufozme4Dx87TgHp5FEWAEfL6PG/eC
      +Ud2evSZtIfKvfcbNYc77Jkr2S/L/XLxkIscVJhPTJ5XN6irST2exMJhQqEKwlcp
      UQu+iZteExRX291qXP1PEQxese+GHSmR3G10Vt2pq3TNzqgsLs1abKf0xjre1zBt
      DbomndO+IPSHYQ+Exm4ELXcX4d+tIh4uJil8ApT3SGU8IsYK878YB0vpkFGWF68L
      tREO0gEek9swQxqFIRu9HvwO0BHWGxDDbg==
      -----END CERTIFICATE-----
      
      SSL_TLS_SNI => string (27) "werbemittel.woelferdruck.de"
      iterator_to_array($data->server)['SSL_TLS_SNI']
      HTTPS => string (2) "on"
      iterator_to_array($data->server)['HTTPS']
      H2_STREAM_TAG => string (14) "2497842-3778-3"
      iterator_to_array($data->server)['H2_STREAM_TAG']
      H2_STREAM_ID => string (1) "3"
      iterator_to_array($data->server)['H2_STREAM_ID']
      H2_PUSHED_ON => string (0) ""
      iterator_to_array($data->server)['H2_PUSHED_ON']
      H2_PUSHED => string (0) ""
      iterator_to_array($data->server)['H2_PUSHED']
      H2_PUSH => string (3) "off"
      iterator_to_array($data->server)['H2_PUSH']
      H2PUSH => string (3) "off"
      iterator_to_array($data->server)['H2PUSH']
      HTTP2 => string (2) "on"
      iterator_to_array($data->server)['HTTP2']
      HTTP_AUTHORIZATION => string (0) ""
      iterator_to_array($data->server)['HTTP_AUTHORIZATION']
      UNIQUE_ID => string (27) "ZgZ32BZj2jnZMipVutGVmwAAzA4"
      iterator_to_array($data->server)['UNIQUE_ID']
      REDIRECT_STATUS => string (3) "200"
      iterator_to_array($data->server)['REDIRECT_STATUS']
      REDIRECT_SSL_CLIENT_CERT => string (0) ""
      iterator_to_array($data->server)['REDIRECT_SSL_CLIENT_CERT']
      REDIRECT_SSL_SERVER_CERT => string (1846) "-----BEGIN CERTIFICATE----- MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSq...
      iterator_to_array($data->server)['REDIRECT_SSL_SERVER_CERT']
      -----BEGIN CERTIFICATE-----
      MIIFJTCCBA2gAwIBAgISBLIJ/BVLX+QaFJgFfnwvo2IjMA0GCSqGSIb3DQEBCwUA
      MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
      EwJSMzAeFw0yNDAzMDUyMzAzMzFaFw0yNDA2MDMyMzAzMzBaMCYxJDAiBgNVBAMT
      G3dlcmJlbWl0dGVsLndvZWxmZXJkcnVjay5kZTCCASIwDQYJKoZIhvcNAQEBBQAD
      ggEPADCCAQoCggEBAM1YHYbWafof/o6pjpE8ki0VhIAZ/QbUMkC2QhyN59PFfXjq
      cnNdA+/DJUjJ055hlyHFMmCSTBKAHFsriQGGqnSoP9VZXGrhen0h1AY/dwr7Jd5o
      6UFP9u3VxOuIO2Ax2D+SQxhn1Wt5yBbBkZut02KTJ0glVfzA8hsDq9+1E3wHWF99
      +WlmP4R6j9qnqvs/viSnYyCatwCRsa1v19GCHE89c9uEtG5hgJ4z1+1xOuj8/3/z
      EMCpsrmT6IWsP9HN7SCXhoyMJKabIf8beYgNxbFvsGFCgXqAgjHOA38WP9xLVNwm
      fdZe24qUT+F+KoMApwh55q7JrU5xM2txHBL+HZMCAwEAAaOCAj8wggI7MA4GA1Ud
      DwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0T
      AQH/BAIwADAdBgNVHQ4EFgQUde+zAx50MDx/7v/VElYOOiE54dMwHwYDVR0jBBgw
      FoAUFC6zF7dYVsuuUAlA5h+vnYsUwsYwVQYIKwYBBQUHAQEESTBHMCEGCCsGAQUF
      BzABhhVodHRwOi8vcjMuby5sZW5jci5vcmcwIgYIKwYBBQUHMAKGFmh0dHA6Ly9y
      My5pLmxlbmNyLm9yZy8wRwYDVR0RBEAwPoIbd2VyYmVtaXR0ZWwud29lbGZlcmRy
      dWNrLmRlgh93d3cud2VyYmVtaXR0ZWwud29lbGZlcmRydWNrLmRlMBMGA1UdIAQM
      MAowCAYGZ4EMAQIBMIIBBQYKKwYBBAHWeQIEAgSB9gSB8wDxAHcASLDja9qmRzQP
      5WoC+p0w6xxSActW3SyB2bu/qznYhHMAAAGOERKLPgAABAMASDBGAiEAioXaHU3+
      EWhFNGnCdpJI34VAcnG2/ecNHx6RwKDyuysCIQD207rgkrxj3GMl3FoBtbASektk
      K+kzio023Al8BumEAgB2AKLiv9Ye3i8vB6DWTm03p9xlQ7DGtS6i2reK+Jpt9RfY
      AAABjhESi0kAAAQDAEcwRQIhAMpKOGqqT44TjY6a0n/qE0qLqGB5+XzMpF1IayEH
      4U3/AiA3O37iQgUfHJA1en738OQH30i41uaNuI4+vUWlzh1+ZjANBgkqhkiG9w0B
      AQsFAAOCAQEAYlU0fyFceTbPdjdVKk06Vp1Xlc7JtNsq3r/HExgZTe51ArlzYmkq
      Nf3l3og4R1wuKBOVHxBchRIq2uycHzJgY0Uufozme4Dx87TgHp5FEWAEfL6PG/eC
      +Ud2evSZtIfKvfcbNYc77Jkr2S/L/XLxkIscVJhPTJ5XN6irST2exMJhQqEKwlcp
      UQu+iZteExRX291qXP1PEQxese+GHSmR3G10Vt2pq3TNzqgsLs1abKf0xjre1zBt
      DbomndO+IPSHYQ+Exm4ELXcX4d+tIh4uJil8ApT3SGU8IsYK878YB0vpkFGWF68L
      tREO0gEek9swQxqFIRu9HvwO0BHWGxDDbg==
      -----END CERTIFICATE-----
      
      REDIRECT_SSL_TLS_SNI => string (27) "werbemittel.woelferdruck.de"
      iterator_to_array($data->server)['REDIRECT_SSL_TLS_SNI']
      REDIRECT_HTTPS => string (2) "on"
      iterator_to_array($data->server)['REDIRECT_HTTPS']
      REDIRECT_H2_STREAM_TAG => string (14) "2497842-3778-3"
      iterator_to_array($data->server)['REDIRECT_H2_STREAM_TAG']
      REDIRECT_H2_STREAM_ID => string (1) "3"
      iterator_to_array($data->server)['REDIRECT_H2_STREAM_ID']
      REDIRECT_H2_PUSHED_ON => string (0) ""
      iterator_to_array($data->server)['REDIRECT_H2_PUSHED_ON']
      REDIRECT_H2_PUSHED => string (0) ""
      iterator_to_array($data->server)['REDIRECT_H2_PUSHED']
      REDIRECT_H2_PUSH => string (3) "off"
      iterator_to_array($data->server)['REDIRECT_H2_PUSH']
      REDIRECT_H2PUSH => string (3) "off"
      iterator_to_array($data->server)['REDIRECT_H2PUSH']
      REDIRECT_HTTP2 => string (2) "on"
      iterator_to_array($data->server)['REDIRECT_HTTP2']
      REDIRECT_UNIQUE_ID => string (27) "ZgZ32BZj2jnZMipVutGVmwAAzA4"
      iterator_to_array($data->server)['REDIRECT_UNIQUE_ID']
      FCGI_ROLE => string (9) "RESPONDER"
      iterator_to_array($data->server)['FCGI_ROLE']
      PHP_SELF => string (13) "/shopware.php"
      iterator_to_array($data->server)['PHP_SELF']
      REQUEST_TIME_FLOAT => double 1711699928.66
      iterator_to_array($data->server)['REQUEST_TIME_FLOAT']
      REQUEST_TIME => integer 1711699928
      iterator_to_array($data->server)['REQUEST_TIME']
      2024-03-29 08:12:08 UTC
      argv => array (1)
      iterator_to_array($data->server)['argv']
      0 => string (32) "number=171.1048.1.10&quantity=10"
      iterator_to_array($data->server)['argv'][0]
      argc => integer 1
      iterator_to_array($data->server)['argc']
      HTTP_FORWARDED => string (67) "for="54.162.124.193";host="werbemittel.woelferdruck.de";proto=https"
      iterator_to_array($data->server)['HTTP_FORWARDED']
      HTTP_X_FORWARDED_FOR => string (14) "54.162.124.193"
      iterator_to_array($data->server)['HTTP_X_FORWARDED_FOR']
      HTTP_SURROGATE_CAPABILITY => string (37) "shopware="ESI/1.0", symfony="ESI/1.0""
      iterator_to_array($data->server)['HTTP_SURROGATE_CAPABILITY']
    public files -> Symfony\Component\HttpFoundation\FileBag (1)
    $data->files
    • Properties
    • Available methods (19)
    • Static class properties
    • protected parameters -> array (0)
    • public __construct(array $parameters = array())
      new \Symfony\Component\HttpFoundation\FileBag(array $parameters = array())
      /**
      * @param array|UploadedFile[] $parameters An array of HTTP files
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/FileBag.php:29
      public replace(array $files = array()) {@inheritdoc}
      $data->files->replace(array $files = array())
      /**
      * {@inheritdoc}
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/FileBag.php:37
      public set($key, $value) {@inheritdoc}
      $data->files->set($key, $value)
      /**
      * {@inheritdoc}
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/FileBag.php:46
      public add(array $files = array()) {@inheritdoc}
      $data->files->add(array $files = array())
      /**
      * {@inheritdoc}
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/FileBag.php:58
      public all(): array An array of parameters Returns the parameters.
      $data->files->all()
      /**
      * Returns the parameters.
      *
      * @return array An array of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:36
      public keys(): array An array of parameter keys Returns the parameter keys.
      $data->files->keys()
      /**
      * Returns the parameter keys.
      *
      * @return array An array of parameter keys
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:46
      public get($key, $default = null): mixed Returns a parameter by name.
      $data->files->get($key, $default = null)
      /**
      * Returns a parameter by name.
      *
      * @param string $key     The key
      * @param mixed  $default The default value if the parameter key does not exist
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:75
      public has($key): bool true if the parameter exists, false otherwise Returns true if the parameter is defined.
      $data->files->has($key)
      /**
      * Returns true if the parameter is defined.
      *
      * @param string $key The key
      *
      * @return bool true if the parameter exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:98
      public remove($key) Removes a parameter.
      $data->files->remove($key)
      /**
      * Removes a parameter.
      *
      * @param string $key The key
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:108
      public getAlpha($key, $default = ''): string The filtered value Returns the alphabetic characters of the parameter value.
      $data->files->getAlpha($key, $default = '')
      /**
      * Returns the alphabetic characters of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:121
      public getAlnum($key, $default = ''): string The filtered value Returns the alphabetic characters and digits of the parameter value.
      $data->files->getAlnum($key, $default = '')
      /**
      * Returns the alphabetic characters and digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:134
      public getDigits($key, $default = ''): string The filtered value Returns the digits of the parameter value.
      $data->files->getDigits($key, $default = '')
      /**
      * Returns the digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:147
      public getInt($key, $default0): int The filtered value Returns the parameter value converted to integer.
      $data->files->getInt($key, $default0)
      /**
      * Returns the parameter value converted to integer.
      *
      * @param string $key     The parameter key
      * @param int    $default The default value if the parameter key does not exist
      *
      * @return int The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:161
      public getBoolean($key, $default = false): bool The filtered value Returns the parameter value converted to boolean.
      $data->files->getBoolean($key, $default = false)
      /**
      * Returns the parameter value converted to boolean.
      *
      * @param string $key     The parameter key
      * @param bool   $default The default value if the parameter key does not exist
      *
      * @return bool The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:174
      public filter($key, $default = null, $filter = 516, $options = array()): mixed Filter key.
      $data->files->filter($key, $default = null, $filter = 516, $options = array())
      /**
      * Filter key.
      *
      * @param string $key     Key
      * @param mixed  $default Default = null
      * @param int    $filter  FILTER_* constant
      * @param mixed  $options Filter options
      *
      * @see https://php.net/filter-var
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:191
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for parameters.
      $data->files->getIterator()
      /**
      * Returns an iterator for parameters.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:214
      public count(): int The number of parameters Returns the number of parameters.
      $data->files->count()
      /**
      * Returns the number of parameters.
      *
      * @return int The number of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:225
      protected convertFileInformation($file): UploadedFile[]|UploadedFile|null A (multi-dimensional) array of UploadedFile instances Converts uploaded files to UploadedFile instances.
      /**
      * Converts uploaded files to UploadedFile instances.
      *
      * @param array|UploadedFile $file A (multi-dimensional) array of uploaded file information
      *
      * @return UploadedFile[]|UploadedFile|null A (multi-dimensional) array of UploadedFile instances
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/FileBag.php:72
      protected fixPhpFilesArray($data): array Fixes a malformed PHP $_FILES array.
      /**
      * Fixes a malformed PHP $_FILES array.
      *
      * PHP has a bug that the format of the $_FILES array differs, depending on
      * whether the uploaded file fields had normal field names or array-like
      * field names ("normal" vs. "parent[child]").
      *
      * This method fixes the array to look like the "normal" $_FILES array.
      *
      * It's safe to pass an already converted array, in which case this method
      * just returns the original array unmodified.
      *
      * @param array $data
      *
      * @return array
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/FileBag.php:114
    • const FILE_KEYS :: array (5)
      \Symfony\Component\HttpFoundation\FileBag::FILE_KEYS
      0 => string (5) "error"
      \Symfony\Component\HttpFoundation\FileBag::FILE_KEYS[0]
      1 => string (4) "name"
      \Symfony\Component\HttpFoundation\FileBag::FILE_KEYS[1]
      2 => string (4) "size"
      \Symfony\Component\HttpFoundation\FileBag::FILE_KEYS[2]
      3 => string (8) "tmp_name"
      \Symfony\Component\HttpFoundation\FileBag::FILE_KEYS[3]
      4 => string (4) "type"
      \Symfony\Component\HttpFoundation\FileBag::FILE_KEYS[4]
    public cookies -> Symfony\Component\HttpFoundation\ParameterBag (1)
    $data->cookies
    • Properties
    • Available methods (17)
    • protected parameters -> array (0)
    • public __construct(array $parameters = array())
      new \Symfony\Component\HttpFoundation\ParameterBag(array $parameters = array())
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:26
      public all(): array An array of parameters Returns the parameters.
      $data->cookies->all()
      /**
      * Returns the parameters.
      *
      * @return array An array of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:36
      public keys(): array An array of parameter keys Returns the parameter keys.
      $data->cookies->keys()
      /**
      * Returns the parameter keys.
      *
      * @return array An array of parameter keys
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:46
      public replace(array $parameters = array()) Replaces the current parameters by a new set.
      $data->cookies->replace(array $parameters = array())
      /**
      * Replaces the current parameters by a new set.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:54
      public add(array $parameters = array()) Adds parameters.
      $data->cookies->add(array $parameters = array())
      /**
      * Adds parameters.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:62
      public get($key, $default = null): mixed Returns a parameter by name.
      $data->cookies->get($key, $default = null)
      /**
      * Returns a parameter by name.
      *
      * @param string $key     The key
      * @param mixed  $default The default value if the parameter key does not exist
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:75
      public set($key, $value) Sets a parameter by name.
      $data->cookies->set($key, $value)
      /**
      * Sets a parameter by name.
      *
      * @param string $key   The key
      * @param mixed  $value The value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:86
      public has($key): bool true if the parameter exists, false otherwise Returns true if the parameter is defined.
      $data->cookies->has($key)
      /**
      * Returns true if the parameter is defined.
      *
      * @param string $key The key
      *
      * @return bool true if the parameter exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:98
      public remove($key) Removes a parameter.
      $data->cookies->remove($key)
      /**
      * Removes a parameter.
      *
      * @param string $key The key
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:108
      public getAlpha($key, $default = ''): string The filtered value Returns the alphabetic characters of the parameter value.
      $data->cookies->getAlpha($key, $default = '')
      /**
      * Returns the alphabetic characters of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:121
      public getAlnum($key, $default = ''): string The filtered value Returns the alphabetic characters and digits of the parameter value.
      $data->cookies->getAlnum($key, $default = '')
      /**
      * Returns the alphabetic characters and digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:134
      public getDigits($key, $default = ''): string The filtered value Returns the digits of the parameter value.
      $data->cookies->getDigits($key, $default = '')
      /**
      * Returns the digits of the parameter value.
      *
      * @param string $key     The parameter key
      * @param string $default The default value if the parameter key does not exist
      *
      * @return string The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:147
      public getInt($key, $default0): int The filtered value Returns the parameter value converted to integer.
      $data->cookies->getInt($key, $default0)
      /**
      * Returns the parameter value converted to integer.
      *
      * @param string $key     The parameter key
      * @param int    $default The default value if the parameter key does not exist
      *
      * @return int The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:161
      public getBoolean($key, $default = false): bool The filtered value Returns the parameter value converted to boolean.
      $data->cookies->getBoolean($key, $default = false)
      /**
      * Returns the parameter value converted to boolean.
      *
      * @param string $key     The parameter key
      * @param bool   $default The default value if the parameter key does not exist
      *
      * @return bool The filtered value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:174
      public filter($key, $default = null, $filter = 516, $options = array()): mixed Filter key.
      $data->cookies->filter($key, $default = null, $filter = 516, $options = array())
      /**
      * Filter key.
      *
      * @param string $key     Key
      * @param mixed  $default Default = null
      * @param int    $filter  FILTER_* constant
      * @param mixed  $options Filter options
      *
      * @see https://php.net/filter-var
      *
      * @return mixed
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:191
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for parameters.
      $data->cookies->getIterator()
      /**
      * Returns an iterator for parameters.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:214
      public count(): int The number of parameters Returns the number of parameters.
      $data->cookies->count()
      /**
      * Returns the number of parameters.
      *
      * @return int The number of parameters
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/ParameterBag.php:225
    public headers -> Symfony\Component\HttpFoundation\HeaderBag (2)
    $data->headers
    • Properties (2)
    • Available methods (20)
    • Static class properties (2)
    • Iterator (7)
    • toString
    • protected headers -> array (7)
      host => array (1)
      0 => string (27) "werbemittel.woelferdruck.de"
      user-agent => array (1)
      0 => string (9) "claudebot"
      accept => array (1)
      0 => string (3) "*/*"
      authorization => array (1)
      0 => string (0) ""
      forwarded => array (1)
      0 => string (67) "for="54.162.124.193";host="werbemittel.woelferdruck.de";proto=https"
      x-forwarded-for => array (1)
      0 => string (14) "54.162.124.193"
      surrogate-capability => array (1)
      0 => string (37) "shopware="ESI/1.0", symfony="ESI/1.0""
      protected cacheControl -> array (0)
    • public __construct(array $headers = array())
      new \Symfony\Component\HttpFoundation\HeaderBag(array $headers = array())
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:27
      public __toString(): string The headers Returns the headers as a string.
      (string) $data->headers
      /**
      * Returns the headers as a string.
      *
      * @return string The headers
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:39
      public all(): array An array of headers Returns the headers.
      $data->headers->all()
      /**
      * Returns the headers.
      *
      * @param string|null $key The name of the headers to return or null to get them all
      *
      * @return array An array of headers
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:65
      public keys(): array An array of parameter keys Returns the parameter keys.
      $data->headers->keys()
      /**
      * Returns the parameter keys.
      *
      * @return array An array of parameter keys
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:79
      public replace(array $headers = array()) Replaces the current HTTP headers by a new set.
      $data->headers->replace(array $headers = array())
      /**
      * Replaces the current HTTP headers by a new set.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:87
      public add(array $headers) Adds new headers the current HTTP headers set.
      $data->headers->add(array $headers)
      /**
      * Adds new headers the current HTTP headers set.
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:96
      public get($key, $default = null): string|null The first header value or default value Returns a header value by name.
      $data->headers->get($key, $default = null)
      /**
      * Returns a header value by name.
      *
      * @param string      $key     The header name
      * @param string|null $default The default value
      *
      * @return string|null The first header value or default value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:111
      public set($key, $values, $replace = true) Sets a header by name.
      $data->headers->set($key, $values, $replace = true)
      /**
      * Sets a header by name.
      *
      * @param string               $key     The key
      * @param string|string[]|null $values  The value or an array of values
      * @param bool                 $replace Whether to replace the actual value or not (true by default)
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:140
      public has($key): bool true if the parameter exists, false otherwise Returns true if the HTTP header is defined.
      $data->headers->has($key)
      /**
      * Returns true if the HTTP header is defined.
      *
      * @param string $key The HTTP header
      *
      * @return bool true if the parameter exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:172
      public contains($key, $value): bool true if the value is contained in the header, false otherwise Returns true if the given HTTP header contains the given value.
      $data->headers->contains($key, $value)
      /**
      * Returns true if the given HTTP header contains the given value.
      *
      * @param string $key   The HTTP header name
      * @param string $value The HTTP value
      *
      * @return bool true if the value is contained in the header, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:185
      public remove($key) Removes a header.
      $data->headers->remove($key)
      /**
      * Removes a header.
      *
      * @param string $key The HTTP header name
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:195
      public getDate($key, DateTime $default = null): \DateTimeInterface|null The parsed DateTime or the default value if the header does not exist Returns the HTTP header value converted to a date.
      $data->headers->getDate($key, DateTime $default = null)
      /**
      * Returns the HTTP header value converted to a date.
      *
      * @param string $key The parameter key
      *
      * @return \DateTimeInterface|null The parsed DateTime or the default value if the header does not exist
      *
      * @throws \RuntimeException When the HTTP header is not parseable
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:215
      public addCacheControlDirective($key, $value = true) Adds a custom Cache-Control directive.
      $data->headers->addCacheControlDirective($key, $value = true)
      /**
      * Adds a custom Cache-Control directive.
      *
      * @param string      $key   The Cache-Control directive name
      * @param bool|string $value The Cache-Control directive value
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:234
      public hasCacheControlDirective($key): bool true if the directive exists, false otherwise Returns true if the Cache-Control directive is defined.
      $data->headers->hasCacheControlDirective($key)
      /**
      * Returns true if the Cache-Control directive is defined.
      *
      * @param string $key The Cache-Control directive
      *
      * @return bool true if the directive exists, false otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:248
      public getCacheControlDirective($key): bool|string|null The directive value if defined, null otherwise Returns a Cache-Control directive value by name.
      $data->headers->getCacheControlDirective($key)
      /**
      * Returns a Cache-Control directive value by name.
      *
      * @param string $key The directive name
      *
      * @return bool|string|null The directive value if defined, null otherwise
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:260
      public removeCacheControlDirective($key) Removes a Cache-Control directive.
      $data->headers->removeCacheControlDirective($key)
      /**
      * Removes a Cache-Control directive.
      *
      * @param string $key The Cache-Control directive
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:270
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for headers.
      $data->headers->getIterator()
      /**
      * Returns an iterator for headers.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:283
      public count(): int The number of headers Returns the number of headers.
      $data->headers->count()
      /**
      * Returns the number of headers.
      *
      * @return int The number of headers
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:294
      protected getCacheControlHeader()
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:299
      protected parseCacheControl($header): array An array representing the attribute values Parses a Cache-Control HTTP header.
      /**
      * Parses a Cache-Control HTTP header.
      *
      * @param string $header The value of the Cache-Control HTTP header
      *
      * @return array An array representing the attribute values
      */
      Defined in <ROOT>/vendor/symfony/http-foundation/HeaderBag.php:313
    • const UPPER :: string (27) "_ABCDEFGHIJKLMNOPQRSTUVWXYZ"
      \Symfony\Component\HttpFoundation\HeaderBag::UPPER
      const LOWER :: string (27) "-abcdefghijklmnopqrstuvwxyz"
      \Symfony\Component\HttpFoundation\HeaderBag::LOWER
    • host => array (1)
      iterator_to_array($data->headers)['host']
      0 => string (27) "werbemittel.woelferdruck.de"
      iterator_to_array($data->headers)['host'][0]
      user-agent => array (1)
      iterator_to_array($data->headers)['user-agent']
      0 => string (9) "claudebot"
      iterator_to_array($data->headers)['user-agent'][0]
      accept => array (1)
      iterator_to_array($data->headers)['accept']
      0 => string (3) "*/*"
      iterator_to_array($data->headers)['accept'][0]
      authorization => array (1)
      iterator_to_array($data->headers)['authorization']
      0 => string (0) ""
      iterator_to_array($data->headers)['authorization'][0]
      forwarded => array (1)
      iterator_to_array($data->headers)['forwarded']
      0 => string (67) "for="54.162.124.193";host="werbemittel.woelferdruck.de";proto=https"
      iterator_to_array($data->headers)['forwarded'][0]
      x-forwarded-for => array (1)
      iterator_to_array($data->headers)['x-forwarded-for']
      0 => string (14) "54.162.124.193"
      iterator_to_array($data->headers)['x-forwarded-for'][0]
      surrogate-capability => array (1)
      iterator_to_array($data->headers)['surrogate-capability']
      0 => string (37) "shopware="ESI/1.0", symfony="ESI/1.0""
      iterator_to_array($data->headers)['surrogate-capability'][0]
    • Accept:               */*
      Authorization:
      Forwarded:            for="54.162.124.193";host="werbemittel.woelferdruck.de";proto=https
      Host:                 werbemittel.woelferdruck.de
      Surrogate-Capability: shopware="ESI/1.0", symfony="ESI/1.0" User-Agent:           claudebot
      X-Forwarded-For:      54.162.124.193
      
    protected content -> string (0) ""
    protected languages -> null
    protected charsets -> null
    protected encodings -> null
    protected acceptableContentTypes -> null
    protected pathInfo -> string (16) "/pdf/simpleOffer"
    • Base64
    • base64_decode(pathInfo) binary string (12)
    protected requestUri -> string (49) "/pdf/simpleOffer?number=171.1048.1.10&quantity=10"
    protected baseUrl -> string (0) ""
    protected basePath -> string (0) ""
    protected method -> null
    protected format -> null
    protected session -> Enlight_Components_Session_Namespace (5)
    • Properties (5)
    • Available methods (38)
    • Iterator (8)
    • protected storage -> Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage (6)
      • Properties (6)
      • Available methods (18)
      • protected bags -> array (2)
        attributes => Symfony\Component\HttpFoundation\Session\SessionBagProxy (3)
        • Properties (3)
        • Available methods (7)
        • private bag -> Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag (4)
          • Properties (4)
          • Available methods (16)
          • Iterator (8)
          • private namespaceCharacter -> string (1) "/"
            private name -> string (10) "attributes"
            private storageKey -> string (8) "Shopware"
            protected attributes -> &array (8) Depth Limit
          • public __construct(string $storageKey = '_sf2_attributes', string $namespaceCharacter = '/')
            /**
            * @param string $storageKey         Session storage key
            * @param string $namespaceCharacter Namespace character to use in keys
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:28
            public has($name) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:37
            public get($name, $default = null) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:53
            public set($name, $value) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:69
            public remove($name) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:79
            public getName() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:35
            public setName($name)
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:40
            public initialize(array &$attributes) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:48
            public getStorageKey() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:56
            public all() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:88
            public replace(array $attributes) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:96
            public clear() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:121
            public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for attributes.
            /**
            * Returns an iterator for attributes.
            *
            * @return \ArrayIterator An \ArrayIterator instance
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:135
            public count(): int The number of attributes Returns the number of attributes.
            /**
            * Returns the number of attributes.
            *
            * @return int The number of attributes
            */
            Inherited from Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:146
            protected & resolveAttributePath($name, $writeContext = false): array|null Resolves a path in attributes property and returns it as a reference.
            /**
            * Resolves a path in attributes property and returns it as a reference.
            *
            * This method allows structured namespacing of session attributes.
            *
            * @param string $name         Key name
            * @param bool   $writeContext Write context, default false
            *
            * @return array|null
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:102
            protected resolveKey($name): string Resolves the key from the name.
            /**
            * Resolves the key from the name.
            *
            * This is the last part in a dot separated string.
            *
            * @param string $name
            *
            * @return string
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php:151
          • sessionId => string (32) "b70ecb6c06ae863eaca7611ad9c52fc3"
            auto-user => null
            __csrf_token-1 => string (30) "BGvgVuqhO7rUlmE6z1LhTAWJPaYqNz"
            Bot => boolean true
            sOutputNet => boolean true
            PayPalRiskManagementProductDetailId => null
            PayPalRiskManagementCategoryId => null
            sRegister => array (0)
          private data -> &array (2)
          Shopware => &array (8) Depth Limit
          _symfony_flashes => &array (0)
          private usageIndex -> &integer 61
        • public __construct(Symfony\Component\HttpFoundation\Session\SessionBagInterface $bag, array &$data, int &$usageIndex)
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:25
          public getBag(): Symfony\Component\HttpFoundation\Session\SessionBagInterface
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:32
          public isEmpty(): bool
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:39
          public getName(): string {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:52
          public initialize(array &$array): void {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:60
          public getStorageKey(): string {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:71
          public clear() {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:79
        flashes => Symfony\Component\HttpFoundation\Session\SessionBagProxy (3)
        • Properties (3)
        • Available methods (7)
        • private bag -> Symfony\Component\HttpFoundation\Session\Flash\FlashBag (3)
          • Properties (3)
          • Available methods (15)
          • private name -> string (7) "flashes"
            private flashes -> &array (0)
            private storageKey -> string (16) "_symfony_flashes"
          • public __construct(string $storageKey = '_symfony_flashes')
            /**
            * @param string $storageKey The key used to store flashes in the session
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:28
            public getName() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:36
            public setName($name)
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:41
            public initialize(array &$flashes) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:49
            public add($type, $message) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:57
            public peek($type, array $default = array()) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:65
            public peekAll() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:73
            public get($type, array $default = array()) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:81
            public all() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:97
            public set($type, $messages) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:108
            public setAll(array $messages) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:116
            public has($type) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:124
            public keys() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:132
            public getStorageKey() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:140
            public clear() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/vendor/symfony/http-foundation/Session/Flash/FlashBag.php:148
          private data -> &array (2)
          Shopware => &array (8) Depth Limit
          _symfony_flashes => &array (0)
          private usageIndex -> &integer 61
        • public __construct(Symfony\Component\HttpFoundation\Session\SessionBagInterface $bag, array &$data, int &$usageIndex)
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:25
          public getBag(): Symfony\Component\HttpFoundation\Session\SessionBagInterface
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:32
          public isEmpty(): bool
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:39
          public getName(): string {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:52
          public initialize(array &$array): void {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:60
          public getStorageKey(): string {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:71
          public clear() {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/SessionBagProxy.php:79
        protected started -> boolean true
        protected closed -> boolean false
        protected saveHandler -> Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy (3)
        • Properties (3)
        • Available methods (18)
        • protected handler -> Shopware\Components\Session\PdoSessionHandler (16)
          • Properties (16)
          • Available methods (18)
          • Static class properties (3)
          • private pdo -> PDO (0)
            • Available methods (15)
            • Static class properties (116)
            • public __construct($dsn, $username, $passwd, $options)
              public prepare($statement, $options)
              public beginTransaction()
              public commit()
              public rollBack()
              public inTransaction()
              public setAttribute($attribute, $value)
              public exec($query)
              public query()
              public lastInsertId($seqname)
              public errorCode()
              public errorInfo()
              public getAttribute($attribute)
              public quote($string, $paramtype)
              public static getAvailableDrivers()
              \PDO::getAvailableDrivers()
            • const PARAM_BOOL :: integer 5
              \PDO::PARAM_BOOL
              const DBLIB_ATTR_QUERY_TIMEOUT :: integer 1001
              \PDO::DBLIB_ATTR_QUERY_TIMEOUT
              const MYSQL_ATTR_INIT_COMMAND :: integer 1002
              \PDO::MYSQL_ATTR_INIT_COMMAND
              const MYSQL_ATTR_LOCAL_INFILE :: integer 1001
              \PDO::MYSQL_ATTR_LOCAL_INFILE
              const MYSQL_ATTR_USE_BUFFERED_QUERY :: integer 1000
              \PDO::MYSQL_ATTR_USE_BUFFERED_QUERY
              const FB_ATTR_TIMESTAMP_FORMAT :: integer 1002
              \PDO::FB_ATTR_TIMESTAMP_FORMAT
              const FB_ATTR_TIME_FORMAT :: integer 1001
              \PDO::FB_ATTR_TIME_FORMAT
              const FB_ATTR_DATE_FORMAT :: integer 1000
              \PDO::FB_ATTR_DATE_FORMAT
              const DBLIB_ATTR_DATETIME_CONVERT :: integer 1006
              \PDO::DBLIB_ATTR_DATETIME_CONVERT
              const DBLIB_ATTR_SKIP_EMPTY_ROWSETS :: integer 1005
              \PDO::DBLIB_ATTR_SKIP_EMPTY_ROWSETS
              const DBLIB_ATTR_TDS_VERSION :: integer 1004
              \PDO::DBLIB_ATTR_TDS_VERSION
              const DBLIB_ATTR_VERSION :: integer 1003
              \PDO::DBLIB_ATTR_VERSION
              const DBLIB_ATTR_STRINGIFY_UNIQUEIDENTIFIER :: integer 1002
              \PDO::DBLIB_ATTR_STRINGIFY_UNIQUEIDENTIFIER
              const DBLIB_ATTR_CONNECTION_TIMEOUT :: integer 1000
              \PDO::DBLIB_ATTR_CONNECTION_TIMEOUT
              const MYSQL_ATTR_DIRECT_QUERY :: integer 1004
              \PDO::MYSQL_ATTR_DIRECT_QUERY
              const CURSOR_SCROLL :: integer 1
              \PDO::CURSOR_SCROLL
              const CURSOR_FWDONLY :: integer 0
              \PDO::CURSOR_FWDONLY
              const FETCH_ORI_REL :: integer 5
              \PDO::FETCH_ORI_REL
              const FETCH_ORI_ABS :: integer 4
              \PDO::FETCH_ORI_ABS
              const FETCH_ORI_LAST :: integer 3
              \PDO::FETCH_ORI_LAST
              const FETCH_ORI_FIRST :: integer 2
              \PDO::FETCH_ORI_FIRST
              const FETCH_ORI_PRIOR :: integer 1
              \PDO::FETCH_ORI_PRIOR
              const FETCH_ORI_NEXT :: integer 0
              \PDO::FETCH_ORI_NEXT
              const ERR_NONE :: string (5) "00000"
              \PDO::ERR_NONE
              const NULL_TO_STRING :: integer 2
              \PDO::NULL_TO_STRING
              const NULL_EMPTY_STRING :: integer 1
              \PDO::NULL_EMPTY_STRING
              const NULL_NATURAL :: integer 0
              \PDO::NULL_NATURAL
              const MYSQL_ATTR_COMPRESS :: integer 1003
              \PDO::MYSQL_ATTR_COMPRESS
              const MYSQL_ATTR_FOUND_ROWS :: integer 1005
              \PDO::MYSQL_ATTR_FOUND_ROWS
              const CASE_LOWER :: integer 2
              \PDO::CASE_LOWER
              const PGSQL_ATTR_DISABLE_PREPARES :: integer 1000
              \PDO::PGSQL_ATTR_DISABLE_PREPARES
              const SQLITE_ATTR_READONLY_STATEMENT :: integer 1001
              \PDO::SQLITE_ATTR_READONLY_STATEMENT
              const SQLITE_OPEN_CREATE :: integer 4
              \PDO::SQLITE_OPEN_CREATE
              const SQLITE_OPEN_READWRITE :: integer 2
              \PDO::SQLITE_OPEN_READWRITE
              const SQLITE_OPEN_READONLY :: integer 1
              \PDO::SQLITE_OPEN_READONLY
              const SQLITE_ATTR_OPEN_FLAGS :: integer 1000
              \PDO::SQLITE_ATTR_OPEN_FLAGS
              const SQLITE_DETERMINISTIC :: integer 2048
              \PDO::SQLITE_DETERMINISTIC
              const PGSQL_TRANSACTION_UNKNOWN :: integer 4
              \PDO::PGSQL_TRANSACTION_UNKNOWN
              const PGSQL_TRANSACTION_INERROR :: integer 3
              \PDO::PGSQL_TRANSACTION_INERROR
              const PGSQL_TRANSACTION_INTRANS :: integer 2
              \PDO::PGSQL_TRANSACTION_INTRANS
              const PGSQL_TRANSACTION_ACTIVE :: integer 1
              \PDO::PGSQL_TRANSACTION_ACTIVE
              const PGSQL_TRANSACTION_IDLE :: integer 0
              \PDO::PGSQL_TRANSACTION_IDLE
              const ODBC_SQL_USE_ODBC :: integer 1
              \PDO::ODBC_SQL_USE_ODBC
              const MYSQL_ATTR_IGNORE_SPACE :: integer 1006
              \PDO::MYSQL_ATTR_IGNORE_SPACE
              const ODBC_SQL_USE_DRIVER :: integer 2
              \PDO::ODBC_SQL_USE_DRIVER
              const ODBC_SQL_USE_IF_NEEDED :: integer 0
              \PDO::ODBC_SQL_USE_IF_NEEDED
              const ODBC_ATTR_ASSUME_UTF8 :: integer 1001
              \PDO::ODBC_ATTR_ASSUME_UTF8
              const ODBC_ATTR_USE_CURSOR_LIBRARY :: integer 1000
              \PDO::ODBC_ATTR_USE_CURSOR_LIBRARY
              const MYSQL_ATTR_SSL_VERIFY_SERVER_CERT :: integer 1014
              \PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT
              const MYSQL_ATTR_MULTI_STATEMENTS :: integer 1013
              \PDO::MYSQL_ATTR_MULTI_STATEMENTS
              const MYSQL_ATTR_SERVER_PUBLIC_KEY :: integer 1012
              \PDO::MYSQL_ATTR_SERVER_PUBLIC_KEY
              const MYSQL_ATTR_SSL_CIPHER :: integer 1011
              \PDO::MYSQL_ATTR_SSL_CIPHER
              const MYSQL_ATTR_SSL_CAPATH :: integer 1010
              \PDO::MYSQL_ATTR_SSL_CAPATH
              const MYSQL_ATTR_SSL_CA :: integer 1009
              \PDO::MYSQL_ATTR_SSL_CA
              const MYSQL_ATTR_SSL_CERT :: integer 1008
              \PDO::MYSQL_ATTR_SSL_CERT
              const MYSQL_ATTR_SSL_KEY :: integer 1007
              \PDO::MYSQL_ATTR_SSL_KEY
              const CASE_UPPER :: integer 1
              \PDO::CASE_UPPER
              const CASE_NATURAL :: integer 0
              \PDO::CASE_NATURAL
              const PARAM_NULL :: integer 0
              \PDO::PARAM_NULL
              const PARAM_EVT_NORMALIZE :: integer 6
              \PDO::PARAM_EVT_NORMALIZE
              const FETCH_GROUP :: integer 65536
              \PDO::FETCH_GROUP
              const FETCH_FUNC :: integer 10
              \PDO::FETCH_FUNC
              const FETCH_INTO :: integer 9
              \PDO::FETCH_INTO
              const FETCH_CLASS :: integer 8
              \PDO::FETCH_CLASS
              const FETCH_COLUMN :: integer 7
              \PDO::FETCH_COLUMN
              const FETCH_BOUND :: integer 6
              \PDO::FETCH_BOUND
              const FETCH_OBJ :: integer 5
              \PDO::FETCH_OBJ
              const FETCH_BOTH :: integer 4
              \PDO::FETCH_BOTH
              const FETCH_NUM :: integer 3
              \PDO::FETCH_NUM
              const FETCH_ASSOC :: integer 2
              \PDO::FETCH_ASSOC
              const FETCH_LAZY :: integer 1
              \PDO::FETCH_LAZY
              const PARAM_EVT_FETCH_POST :: integer 5
              \PDO::PARAM_EVT_FETCH_POST
              const FETCH_KEY_PAIR :: integer 12
              \PDO::FETCH_KEY_PAIR
              const PARAM_EVT_FETCH_PRE :: integer 4
              \PDO::PARAM_EVT_FETCH_PRE
              const PARAM_EVT_EXEC_POST :: integer 3
              \PDO::PARAM_EVT_EXEC_POST
              const PARAM_EVT_EXEC_PRE :: integer 2
              \PDO::PARAM_EVT_EXEC_PRE
              const PARAM_EVT_FREE :: integer 1
              \PDO::PARAM_EVT_FREE
              const PARAM_EVT_ALLOC :: integer 0
              \PDO::PARAM_EVT_ALLOC
              const PARAM_STR_CHAR :: integer 536870912
              \PDO::PARAM_STR_CHAR
              1987-01-05 18:48:32 UTC
              const PARAM_STR_NATL :: integer 1073741824
              \PDO::PARAM_STR_NATL
              const PARAM_INPUT_OUTPUT :: integer 2147483648
              \PDO::PARAM_INPUT_OUTPUT
              const PARAM_STMT :: integer 4
              \PDO::PARAM_STMT
              const PARAM_LOB :: integer 3
              \PDO::PARAM_LOB
              const PARAM_STR :: integer 2
              \PDO::PARAM_STR
              const PARAM_INT :: integer 1
              \PDO::PARAM_INT
              const FETCH_UNIQUE :: integer 196608
              \PDO::FETCH_UNIQUE
              const FETCH_CLASSTYPE :: integer 262144
              \PDO::FETCH_CLASSTYPE
              const ERRMODE_EXCEPTION :: integer 2
              \PDO::ERRMODE_EXCEPTION
              const ATTR_ORACLE_NULLS :: integer 11
              \PDO::ATTR_ORACLE_NULLS
              const ERRMODE_WARNING :: integer 1
              \PDO::ERRMODE_WARNING
              const ERRMODE_SILENT :: integer 0
              \PDO::ERRMODE_SILENT
              const ATTR_DEFAULT_STR_PARAM :: integer 21
              \PDO::ATTR_DEFAULT_STR_PARAM
              const ATTR_DEFAULT_FETCH_MODE :: integer 19
              \PDO::ATTR_DEFAULT_FETCH_MODE
              const ATTR_EMULATE_PREPARES :: integer 20
              \PDO::ATTR_EMULATE_PREPARES
              const ATTR_MAX_COLUMN_LEN :: integer 18
              \PDO::ATTR_MAX_COLUMN_LEN
              const ATTR_STRINGIFY_FETCHES :: integer 17
              \PDO::ATTR_STRINGIFY_FETCHES
              const ATTR_DRIVER_NAME :: integer 16
              \PDO::ATTR_DRIVER_NAME
              const ATTR_FETCH_CATALOG_NAMES :: integer 15
              \PDO::ATTR_FETCH_CATALOG_NAMES
              const ATTR_FETCH_TABLE_NAMES :: integer 14
              \PDO::ATTR_FETCH_TABLE_NAMES
              const ATTR_STATEMENT_CLASS :: integer 13
              \PDO::ATTR_STATEMENT_CLASS
              const ATTR_PERSISTENT :: integer 12
              \PDO::ATTR_PERSISTENT
              const ATTR_CURSOR :: integer 10
              \PDO::ATTR_CURSOR
              const FETCH_SERIALIZE :: integer 524288
              \PDO::FETCH_SERIALIZE
              const ATTR_CURSOR_NAME :: integer 9
              \PDO::ATTR_CURSOR_NAME
              const ATTR_CASE :: integer 8
              \PDO::ATTR_CASE
              const ATTR_CONNECTION_STATUS :: integer 7
              \PDO::ATTR_CONNECTION_STATUS
              const ATTR_SERVER_INFO :: integer 6
              \PDO::ATTR_SERVER_INFO
              const ATTR_CLIENT_VERSION :: integer 5
              \PDO::ATTR_CLIENT_VERSION
              const ATTR_SERVER_VERSION :: integer 4
              \PDO::ATTR_SERVER_VERSION
              const ATTR_ERRMODE :: integer 3
              \PDO::ATTR_ERRMODE
              const ATTR_TIMEOUT :: integer 2
              \PDO::ATTR_TIMEOUT
              const ATTR_PREFETCH :: integer 1
              \PDO::ATTR_PREFETCH
              const ATTR_AUTOCOMMIT :: integer 0
              \PDO::ATTR_AUTOCOMMIT
              const FETCH_NAMED :: integer 11
              \PDO::FETCH_NAMED
              const FETCH_PROPS_LATE :: integer 1048576
              \PDO::FETCH_PROPS_LATE
              const SQLITE_ATTR_EXTENDED_RESULT_CODES :: integer 1002
              \PDO::SQLITE_ATTR_EXTENDED_RESULT_CODES
            private dsn -> boolean false
            private driver -> string (5) "mysql"
            private table -> string (15) "s_core_sessions"
            private idCol -> string (2) "id"
            private dataCol -> string (4) "data"
            private expiryCol -> string (6) "expiry"
            private timeCol -> string (8) "modified"
            private username -> string (0) ""
            private password -> string (0) ""
            private connectionOptions -> array (0)
            private lockMode -> integer 2
            private unlockStatements -> array (0)
            private sessionExpired -> boolean false
            private inTransaction -> boolean true
            private gcCalled -> boolean false
          • public __construct($pdoOrDsn = null, array $options = array()) You can either pass an existing database connection as PDO instance or pass a DS...
            /**
            * You can either pass an existing database connection as PDO instance or
            * pass a DSN string that will be used to lazy-connect to the database
            * when the session is actually used. Furthermore it's possible to pass null
            * which will then use the session.save_path ini setting as PDO DSN parameter.
            *
            * List of available options:
            *  * db_table: The name of the table [default: sessions]
            *  * db_id_col: The column where to store the session id [default: sess_id]
            *  * db_data_col: The column where to store the session data [default: sess_data]
            *  * db_expiry_col: The column where to store the expirytime [default: sess_expiry]
            *  * db_time_col: The column where to store the timestamp [default: sess_time]
            *  * db_username: The username when lazy-connect [default: '']
            *  * db_password: The password when lazy-connect [default: '']
            *  * db_connection_options: An array of driver-specific connection options [default: array()]
            *  * lock_mode: The strategy for locking, see constants [default: LOCK_TRANSACTIONAL]
            *
            * @param PDO|string|null $pdoOrDsn A \PDO instance or DSN string or null
            * @param array           $options  An associative array of options
            *
            * @throws InvalidArgumentException When PDO error mode is not PDO::ERRMODE_EXCEPTION
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:192
            public createTable() Creates the table to store sessions which can be called once for setup.
            /**
            * Creates the table to store sessions which can be called once for setup.
            *
            * Session ID is saved in a column of maximum length 128 because that is enough even
            * for a 512 bit configured session.hash_function like Whirlpool. Session data is
            * saved in a BLOB. One could also use a shorter inlined varbinary column
            * if one was sure the data fits into it.
            *
            * @throws PDOException    When the table already exists
            * @throws DomainException When an unsupported PDO driver is used
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:227
            public isSessionExpired(): bool Whether current session expired Returns true when the current session exists but expired according to session.gc...
            /**
            * Returns true when the current session exists but expired according to session.gc_maxlifetime.
            *
            * Can be used to distinguish between a new session and one that expired due to inactivity.
            *
            * @return bool Whether current session expired
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:273
            public open($savePath, $sessionName) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:281
            public read($sessionId) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:293
            public gc($maxlifetime) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:307
            public destroy($sessionId) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:319
            public write($sessionId, $data) {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:340
            public close() {@inheritdoc}
            /**
            * {@inheritdoc}
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:398
            protected getConnection(): PDO Return a PDO instance.
            /**
            * Return a PDO instance.
            *
            * @return PDO
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:429
            private connect($dsn) Lazy-connects to the database.
            /**
            * Lazy-connects to the database.
            *
            * @param string $dsn DSN string
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:443
            private beginTransaction() Helper method to begin a transaction.
            /**
            * Helper method to begin a transaction.
            *
            * Since SQLite does not support row level locks, we have to acquire a reserved lock
            * on the database immediately. Because of https://bugs.php.net/42766 we have to create
            * such a transaction manually which also means we cannot use PDO::commit or
            * PDO::rollback or PDO::inTransaction for SQLite.
            *
            * Also MySQLs default isolation, REPEATABLE READ, causes deadlock for different sessions
            * due to http://www.mysqlperformanceblog.com/2013/12/12/one-more-innodb-gap-lock-to-avoid/ .
            * So we change it to READ COMMITTED.
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:462
            private commit() Helper method to commit a transaction.
            /**
            * Helper method to commit a transaction.
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:480
            private rollback() Helper method to rollback a transaction.
            /**
            * Helper method to rollback a transaction.
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:502
            private doRead($sessionId): string The session data Reads the session data in respect to the different locking strategies.
            /**
            * Reads the session data in respect to the different locking strategies.
            *
            * We need to make sure we do not return session data that is already considered garbage according
            * to the session.gc_maxlifetime setting because gc() is called after read() and only sometimes.
            *
            * @param string $sessionId Session ID
            *
            * @return string The session data
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:528
            private doAdvisoryLock($sessionId): PDOStatement The statement that needs to be executed later to release the lock Executes an application-level lock on the database.
            /**
            * Executes an application-level lock on the database.
            *
            * @param string $sessionId Session ID
            *
            * @throws DomainException When an unsupported PDO driver is used
            *
            * @return PDOStatement The statement that needs to be executed later to release the lock
            *
            * @todo implement missing advisory locks
            *       - for oci using DBMS_LOCK.REQUEST
            *       - for sqlsrv using sp_getapplock with LockOwner = Session
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:599
            private getSelectSql(): string The SQL string Return a locking or nonlocking SQL query to read session information.
            /**
            * Return a locking or nonlocking SQL query to read session information.
            *
            * @throws DomainException When an unsupported PDO driver is used
            *
            * @return string The SQL string
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:655
            private getMergeStatement($sessionId, $data, $maxlifetime): PDOStatement|null The merge statement or null when not supported Returns a merge/upsert (i.e. insert or update) statement when supported by the d...
            /**
            * Returns a merge/upsert (i.e. insert or update) statement when supported by the database for writing session data.
            *
            * @param string $sessionId   Session ID
            * @param string $data        Encoded session data
            * @param int    $maxlifetime session.gc_maxlifetime
            *
            * @return PDOStatement|null The merge statement or null when not supported
            */
            Defined in <ROOT>/engine/Shopware/Components/Session/PdoSessionHandler.php:687
          • const LOCK_NONE :: integer 0
            \Shopware\Components\Session\PdoSessionHandler::LOCK_NONE
            const LOCK_ADVISORY :: integer 1
            \Shopware\Components\Session\PdoSessionHandler::LOCK_ADVISORY
            const LOCK_TRANSACTIONAL :: integer 2
            \Shopware\Components\Session\PdoSessionHandler::LOCK_TRANSACTIONAL
          protected wrapper -> boolean false
          protected saveHandlerName -> string (4) "user"
        • public __construct(SessionHandlerInterface $handler)
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:21
          public getHandler(): \SessionHandlerInterface
          /**
          * @return \SessionHandlerInterface
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:31
          public open($savePath, $sessionName): bool
          /**
          * @return bool
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:42
          public close(): bool
          /**
          * @return bool
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:51
          public read($sessionId): string|false
          /**
          * @return string|false
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:60
          public write($sessionId, $data): bool
          /**
          * @return bool
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:69
          public destroy($sessionId): bool
          /**
          * @return bool
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:78
          public gc($maxlifetime): int|false
          /**
          * @return int|false
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:87
          public validateId($sessionId): bool
          /**
          * @return bool
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:96
          public updateTimestamp($sessionId, $data): bool
          /**
          * @return bool
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:105
          public getSaveHandlerName(): string|null Gets the session.save_handler name.
          /**
          * Gets the session.save_handler name.
          *
          * @return string|null
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:36
          public isSessionHandlerInterface(): bool Is this proxy handler and instance of \SessionHandlerInterface.
          /**
          * Is this proxy handler and instance of \SessionHandlerInterface.
          *
          * @return bool
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:46
          public isWrapper(): bool Returns true if this handler wraps an internal PHP session save handler using \S...
          /**
          * Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.
          *
          * @return bool
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:56
          public isActive(): bool Has a session started?
          /**
          * Has a session started?
          *
          * @return bool
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:66
          public getId(): string Gets the session ID.
          /**
          * Gets the session ID.
          *
          * @return string
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:76
          public setId($id) Sets the session ID.
          /**
          * Sets the session ID.
          *
          * @param string $id
          *
          * @throws \LogicException
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:88
          public getName(): string Gets the session name.
          /**
          * Gets the session name.
          *
          * @return string
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:102
          public setName($name) Sets the session name.
          /**
          * Sets the session name.
          *
          * @param string $name
          *
          * @throws \LogicException
          */
          Inherited from Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:114
        protected metadataBag -> Symfony\Component\HttpFoundation\Session\Storage\MetadataBag (5)
        • Properties (5)
        • Available methods (11)
        • Static class properties (3)
        • private name -> string (10) "__metadata"
          private storageKey -> string (9) "_sf2_meta"
          protected meta -> &array (3)
          u => integer 1711699928
          2024-03-29 08:12:08 UTC
          c => integer 1711699928
          2024-03-29 08:12:08 UTC
          l => integer 0
          private lastUsed -> integer 1711699928
          2024-03-29 08:12:08 UTC
          private updateThreshold -> integer 0
        • public __construct(string $storageKey = '_sf2_meta', int $updateThreshold0)
          /**
          * @param string $storageKey      The key used to store bag in the session
          * @param int    $updateThreshold The time to wait between two UPDATED updates
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:60
          public initialize(array &$array) {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:69
          public getLifetime(): int Gets the lifetime that the session cookie was set with.
          /**
          * Gets the lifetime that the session cookie was set with.
          *
          * @return int
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:90
          public stampNew($lifetime = null) Stamps a new session's metadata.
          /**
          * Stamps a new session's metadata.
          *
          * @param int $lifetime Sets the cookie lifetime for the session cookie. A null value
          *                      will leave the system settings unchanged, 0 sets the cookie
          *                      to expire with browser session. Time is in seconds, and is
          *                      not a Unix timestamp.
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:103
          public getStorageKey() {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:111
          public getCreated(): int Unix timestamp Gets the created timestamp metadata.
          /**
          * Gets the created timestamp metadata.
          *
          * @return int Unix timestamp
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:121
          public getLastUsed(): int Unix timestamp Gets the last used metadata.
          /**
          * Gets the last used metadata.
          *
          * @return int Unix timestamp
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:131
          public clear() {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:139
          public getName() {@inheritdoc}
          /**
          * {@inheritdoc}
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:147
          public setName($name) Sets name.
          /**
          * Sets name.
          *
          * @param string $name
          */
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:157
          private stampCreated(int $lifetime = null): void
          Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php:162
        • const CREATED :: string (1) "c"
          \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::CREATED
          const UPDATED :: string (1) "u"
          \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::UPDATED
          const LIFETIME :: string (1) "l"
          \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::LIFETIME
        private emulateSameSite -> null
      • public __construct(array $options = array(), $handler = null, Symfony\Component\HttpFoundation\Session\Storage\MetadataBag $metaBag = null) Depending on how you want the storage driver to behave you probably want to over...
        /**
        * Depending on how you want the storage driver to behave you probably
        * want to override this constructor entirely.
        *
        * List of options for $options array with their defaults.
        *
        * @see https://php.net/session.configuration for options
        * but we omit 'session.' from the beginning of the keys for convenience.
        *
        * ("auto_start", is not supported as it tells PHP to start a session before
        * PHP starts to execute user-land code. Setting during runtime has no effect).
        *
        * cache_limiter, "" (use "0" to prevent headers from being sent entirely).
        * cache_expire, "0"
        * cookie_domain, ""
        * cookie_httponly, ""
        * cookie_lifetime, "0"
        * cookie_path, "/"
        * cookie_secure, ""
        * cookie_samesite, null
        * gc_divisor, "100"
        * gc_maxlifetime, "1440"
        * gc_probability, "1"
        * lazy_write, "1"
        * name, "PHPSESSID"
        * referer_check, ""
        * serialize_handler, "php"
        * use_strict_mode, "1"
        * use_cookies, "1"
        * use_only_cookies, "1"
        * use_trans_sid, "0"
        * upload_progress.enabled, "1"
        * upload_progress.cleanup, "1"
        * upload_progress.prefix, "upload_progress_"
        * upload_progress.name, "PHP_SESSION_UPLOAD_PROGRESS"
        * upload_progress.freq, "1%"
        * upload_progress.min-freq, "1"
        * url_rewriter.tags, "a=href,area=href,frame=src,form=,fieldset="
        * sid_length, "32"
        * sid_bits_per_character, "5"
        * trans_sid_hosts, $_SERVER['HTTP_HOST']
        * trans_sid_tags, "a=href,area=href,frame=src,form="
        *
        * @param AbstractProxy|\SessionHandlerInterface|null $handler
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:107
        public getSaveHandler(): AbstractProxy|\SessionHandlerInterface Gets the save handler instance.
        /**
        * Gets the save handler instance.
        *
        * @return AbstractProxy|\SessionHandlerInterface
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:133
        public start() {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:141
        public getId() {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:175
        public setId($id) {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:183
        public getName() {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:191
        public setName($name) {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:199
        public regenerate($destroy = false, $lifetime = null) {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:207
        public save() {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:243
        public clear() {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:285
        public registerBag(Symfony\Component\HttpFoundation\Session\SessionBagInterface $bag) {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:302
        public getBag($name) {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:314
        public setMetadataBag(Symfony\Component\HttpFoundation\Session\Storage\MetadataBag $metaBag = null)
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:329
        public getMetadataBag(): MetadataBag Gets the MetadataBag.
        /**
        * Gets the MetadataBag.
        *
        * @return MetadataBag
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:343
        public isStarted() {@inheritdoc}
        /**
        * {@inheritdoc}
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:351
        public setOptions(array $options) Sets session.* ini variables.
        /**
        * Sets session.* ini variables.
        *
        * For convenience we omit 'session.' from the beginning of the keys.
        * Explicitly ignores other ini keys.
        *
        * @param array $options Session ini directives [key => value]
        *
        * @see https://php.net/session.configuration
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:366
        public setSaveHandler($saveHandler = null) Registers session save handler as a PHP session handler.
        /**
        * Registers session save handler as a PHP session handler.
        *
        * To use internal PHP session save handlers, override this method using ini_set with
        * session.save_handler and session.save_path e.g.
        *
        *     ini_set('session.save_handler', 'files');
        *     ini_set('session.save_path', '/tmp');
        *
        * or pass in a \SessionHandler instance which configures session.save_handler in the
        * constructor, for a template see NativeFileSessionHandler.
        *
        * @see https://php.net/session-set-save-handler
        * @see https://php.net/sessionhandlerinterface
        * @see https://php.net/sessionhandler
        *
        * @param AbstractProxy|\SessionHandlerInterface|null $saveHandler
        *
        * @throws \InvalidArgumentException
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:420
        protected loadSession(array &$session = null) Load the session with attributes.
        /**
        * Load the session with attributes.
        *
        * After starting the session, PHP retrieves the session from whatever handlers
        * are set to (either PHP's internal, or a custom save handler set with session_set_save_handler()).
        * PHP takes the return value from the read() handler, unserializes it
        * and populates $_SESSION with the result automatically.
        */
        Defined in <ROOT>/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:453
      private flashName -> string (7) "flashes"
      private attributeName -> string (10) "attributes"
      private data -> &array (2)
      Shopware => &array (8)
      sessionId => string (32) "b70ecb6c06ae863eaca7611ad9c52fc3"
      auto-user => null
      __csrf_token-1 => string (30) "BGvgVuqhO7rUlmE6z1LhTAWJPaYqNz"
      Bot => boolean true
      sOutputNet => boolean true
      PayPalRiskManagementProductDetailId => null
      PayPalRiskManagementCategoryId => null
      sRegister => array (0)
      _symfony_flashes => &array (0)
      private usageIndex -> &integer 61
    • public __get($name) Legacy wrapper
      /**
      * Legacy wrapper
      *
      * @param string $name
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:36
      public __set($name, $value) Legacy wrapper
      /**
      * Legacy wrapper
      *
      * @param string $name
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:46
      public __unset($name) Legacy wrapper
      /**
      * Legacy wrapper
      *
      * @param string $name
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:56
      public __isset($name): bool Legacy wrapper
      /**
      * Legacy wrapper
      *
      * @param string $name
      *
      * @return bool
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:68
      public offsetExists($key): bool returns true on success or false on failure Whether an offset exists
      /**
      * Whether an offset exists
      *
      * @param mixed $key a key to check for
      *
      * @return bool returns true on success or false on failure
      *
      * @deprecated - Native return and parameter type will be added with Shopware 5.8
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:91
      public offsetUnset($key): void Unset the given offset.
      /**
      * Unset the given offset.
      *
      * @param mixed $key key to unset
      *
      * @return void
      *
      * @deprecated - Native return and parameter type will be added with Shopware 5.8
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:106
      public offsetGet($key): mixed can return all value types Offset to retrieve
      /**
      * Offset to retrieve
      *
      * @param mixed $key the offset to retrieve
      *
      * @return mixed can return all value types
      *
      * @deprecated - Native return and parameter type will be added with Shopware 5.8
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:121
      public offsetSet($key, $value): void Offset to set
      /**
      * Offset to set
      *
      * @param mixed $key   the offset to assign the value to
      * @param mixed $value the value to set
      *
      * @return void
      *
      * @deprecated - Native return and parameter type will be added with Shopware 5.8
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:137
      public unsetAll() Clear session
      /**
      * Clear session
      *
      * @deprecated since 5.7, and will be removed with 5.8. Use clear instead.
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:147
      public clear()
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:154
      public start()
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:160
      public __construct(Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface $storage = null, Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface $attributes = null, Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface $flashes = null)
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:39
      public has($name) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:63
      public get($name, $default = null) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:71
      public set($name, $value) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:79
      public all() {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:87
      public replace(array $attributes) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:95
      public remove($name) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:103
      public isStarted() {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:119
      public getIterator(): \ArrayIterator An \ArrayIterator instance Returns an iterator for attributes.
      /**
      * Returns an iterator for attributes.
      *
      * @return \ArrayIterator An \ArrayIterator instance
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:130
      public count(): int Returns the number of attributes.
      /**
      * Returns the number of attributes.
      *
      * @return int
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:141
      public & getUsageIndex(): &int
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:146
      public isEmpty(): bool
      /**
      * @internal
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:154
      public invalidate($lifetime = null) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:171
      public migrate($destroy = false, $lifetime = null) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:181
      public save() {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:189
      public getId() {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:197
      public setId($id) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:205
      public getName() {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:215
      public setName($name) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:223
      public getMetadataBag() {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:231
      public registerBag(Symfony\Component\HttpFoundation\Session\SessionBagInterface $bag) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:241
      public getBag($name) {@inheritdoc}
      /**
      * {@inheritdoc}
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:249
      public getFlashBag(): FlashBagInterface Gets the flashbag interface.
      /**
      * Gets the flashbag interface.
      *
      * @return FlashBagInterface
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:261
      private getAttributeBag(): Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface Gets the attributebag interface.
      /**
      * Gets the attributebag interface.
      *
      * Note that this method was added to help with IDE autocompletion.
      */
      Inherited from Symfony\Component\HttpFoundation\Session\Session
      Defined in <ROOT>/vendor/symfony/http-foundation/Session/Session.php:271
      public static ensureFrontendSessionClosed($container)
      \Enlight_Components_Session_Namespace::ensureFrontendSessionClosed($container)
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:175
      public static ensureBackendSessionClosed($container)
      \Enlight_Components_Session_Namespace::ensureBackendSessionClosed($container)
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:180
      private static ensureSessionClosed($container, $sessionServiceName) Saves the session and ensures it can be reused.
      /**
      * Saves the session and ensures it can be reused.
      *
      * This method can be used to ensure other sessions are closed before starting a new session, because the other
      * sessions would use the session id of the new session and thus write their data into the wrong session.
      */
      Defined in <ROOT>/engine/Library/Enlight/Components/Session/Namespace.php:191
    • sessionId => string (32) "b70ecb6c06ae863eaca7611ad9c52fc3"
      auto-user => null
      __csrf_token-1 => string (30) "BGvgVuqhO7rUlmE6z1LhTAWJPaYqNz"
      Bot => boolean true
      sOutputNet => boolean true
      PayPalRiskManagementProductDetailId => null
      PayPalRiskManagementCategoryId => null
      sRegister => array (0)
    protected locale -> null
    protected defaultLocale -> string (2) "en"
    private preferredFormat -> null
    private isHostValid -> boolean true
    private isForwardedValid -> boolean true
  • public __get($key) {@inheritdoc}
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:110
    public __set($key, $value) {@inheritdoc}
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:118
    public __isset($key) {@inheritdoc}
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:126
    public getNameFormatter(): \Shopware\Components\DispatchFormatHelper
    $data->getNameFormatter()
    /**
    * @return \Shopware\Components\DispatchFormatHelper
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:134
    public getAttribute($attribute, $default = null) {@inheritdoc}
    $data->getAttribute($attribute, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:146
    public getAttributes() {@inheritdoc}
    $data->getAttributes()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:154
    public setAttribute($attribute, $value) {@inheritdoc}
    $data->setAttribute($attribute, $value)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:162
    public unsetAttribute($attribute) {@inheritdoc}
    $data->unsetAttribute($attribute)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:170
    public setSecure($value = true) {@inheritdoc}
    $data->setSecure($value = true)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:178
    public setRemoteAddress($address) {@inheritdoc}
    $data->setRemoteAddress($address)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:190
    public setHttpHost($host) {@inheritdoc}
    $data->setHttpHost($host)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:201
    public setHeader($header, $value) {@inheritdoc}
    $data->setHeader($header, $value)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:212
    public getModuleName() {@inheritdoc}
    $data->getModuleName()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:225
    public getDeviceType() {@inheritdoc}
    $data->getDeviceType()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:240
    public setModuleName($value) {@inheritdoc}
    $data->setModuleName($value)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:250
    public getControllerName() {@inheritdoc}
    $data->getControllerName()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:260
    public setControllerName($value) {@inheritdoc}
    $data->setControllerName($value)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:272
    public getActionName() {@inheritdoc}
    $data->getActionName()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:282
    public setActionName($value) {@inheritdoc}
    $data->setActionName($value)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:294
    public getModuleKey() {@inheritdoc}
    $data->getModuleKey()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:310
    public setModuleKey($key) {@inheritdoc}
    $data->setModuleKey($key)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:318
    public getControllerKey() {@inheritdoc}
    $data->getControllerKey()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:328
    public setControllerKey($key) {@inheritdoc}
    $data->setControllerKey($key)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:336
    public getActionKey() {@inheritdoc}
    $data->getActionKey()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:346
    public setActionKey($key) {@inheritdoc}
    $data->setActionKey($key)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:354
    public getUserParams() {@inheritdoc}
    $data->getUserParams()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:364
    public getUserParam($key, $default = null) {@inheritdoc}
    $data->getUserParam($key, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:372
    public setParam($key, $value) {@inheritdoc}
    $data->setParam($key, $value)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:384
    public clearParams() {@inheritdoc}
    $data->clearParams()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:400
    public setDispatched($flag = true) {@inheritdoc}
    $data->setDispatched($flag = true)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:410
    public isDispatched() {@inheritdoc}
    $data->isDispatched()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:420
    public get($key, $default = null) {@inheritdoc}
    $data->get($key, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:428
    public set($key, $value) {@inheritdoc}
    $data->set($key, $value)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:455
    public has($key) {@inheritdoc}
    $data->has($key)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:463
    public setQuery($spec, $value = null) {@inheritdoc}
    $data->setQuery($spec, $value = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:486
    public getQuery($key = null, $default = null) {@inheritdoc}
    $data->getQuery($key = null, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:525
    public replacePost($data) {@inheritdoc}
    $data->replacePost($data)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:537
    public setPost($spec, $value = null) {@inheritdoc}
    $data->setPost($spec, $value = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:546
    public getPost($key = null, $default = null) {@inheritdoc}
    $data->getPost($key = null, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:585
    public getCookie($key = null, $default = null) {@inheritdoc}
    $data->getCookie($key = null, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:597
    public getServer($key = null, $default = null) {@inheritdoc}
    $data->getServer($key = null, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:609
    public getEnv($key = null, $default = null) {@inheritdoc}
    $data->getEnv($key = null, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:621
    public setRequestUri($requestUri = null) {@inheritdoc}
    $data->setRequestUri($requestUri = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:633
    public setBaseUrl($baseUrl = null) {@inheritdoc}
    $data->setBaseUrl($baseUrl = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:661
    public getBaseUrl($raw = false) {@inheritdoc}
    $data->getBaseUrl($raw = false)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:681
    public setBasePath($basePath = null) {@inheritdoc}
    $data->setBasePath($basePath = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:693
    public setPathInfo($pathInfo = null) {@inheritdoc}
    $data->setPathInfo($pathInfo = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:709
    public setParamSources(array $paramSources = array()) {@inheritdoc}
    $data->setParamSources(array $paramSources = array())
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:725
    public getParamSources() {@inheritdoc}
    $data->getParamSources()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:735
    public getParam($key, $default = null) {@inheritdoc}
    $data->getParam($key, $default = null)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:745
    public getParams() {@inheritdoc}
    $data->getParams()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:765
    public setParams(array $params) {@inheritdoc}
    $data->setParams(array $params)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:773
    public getMethod() {@inheritdoc}
    $data->getMethod()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:785
    public isPost() {@inheritdoc}
    $data->isPost()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:793
    public isGet() {@inheritdoc}
    $data->isGet()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:801
    public isPut() {@inheritdoc}
    $data->isPut()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:809
    public isDelete() {@inheritdoc}
    $data->isDelete()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:817
    public isHead() {@inheritdoc}
    $data->isHead()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:825
    public isOptions() {@inheritdoc}
    $data->isOptions()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:833
    public isFlashRequest() {@inheritdoc}
    $data->isFlashRequest()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:841
    public getRawBody() {@inheritdoc}
    $data->getRawBody()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:857
    public getHeader($header) {@inheritdoc}
    $data->getHeader($header)
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:865
    public getHttpHost() {@inheritdoc}
    $data->getHttpHost()
    /**
    * {@inheritdoc}
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:892
    public setContent(string $content): void
    $data->setContent(string $content)
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:912
    public setFiles(array $files): void Sets files. Removes empty values from files array.
    $data->setFiles(array $files)
    /**
    * Sets files. Removes empty values from files array.
    */
    Defined in <ROOT>/engine/Library/Enlight/Controller/Request/RequestHttp.php:920
    public __construct(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null)
    new \Enlight_Controller_Request_RequestHttp(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null)
    /**
    * @param array                $query      The GET parameters
    * @param array                $request    The POST parameters
    * @param array                $attributes The request attributes (parameters parsed from the PATH_INFO, ...)
    * @param array                $cookies    The COOKIE parameters
    * @param array                $files      The FILES parameters
    * @param array                $server     The SERVER parameters
    * @param string|resource|null $content    The raw body data
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:245
    public initialize(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null) Sets the parameters for this request.
    $data->initialize(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null)
    /**
    * Sets the parameters for this request.
    *
    * This method also re-initializes all properties.
    *
    * @param array                $query      The GET parameters
    * @param array                $request    The POST parameters
    * @param array                $attributes The request attributes (parameters parsed from the PATH_INFO, ...)
    * @param array                $cookies    The COOKIE parameters
    * @param array                $files      The FILES parameters
    * @param array                $server     The SERVER parameters
    * @param string|resource|null $content    The raw body data
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:263
    public duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null): static Clones a request and overrides some of its parameters.
    $data->duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null)
    /**
    * Clones a request and overrides some of its parameters.
    *
    * @param array $query      The GET parameters
    * @param array $request    The POST parameters
    * @param array $attributes The request attributes (parameters parsed from the PATH_INFO, ...)
    * @param array $cookies    The COOKIE parameters
    * @param array $files      The FILES parameters
    * @param array $server     The SERVER parameters
    *
    * @return static
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:440
    public __clone() Clones the current request.
    clone $data
    /**
    * Clones the current request.
    *
    * Note that the session is not cloned as duplicated requests
    * are most of the time sub-requests of the main one.
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:490
    public __toString(): string The request Returns the request as a string.
    (string) $data
    /**
    * Returns the request as a string.
    *
    * @return string The request
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:506
    public overrideGlobals() Overrides the PHP global variables according to this request instance.
    $data->overrideGlobals()
    /**
    * Overrides the PHP global variables according to this request instance.
    *
    * It overrides $_GET, $_POST, $_REQUEST, $_SERVER, $_COOKIE.
    * $_FILES is never overridden, see rfc1867
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:534
    public getSession(): SessionInterface The session Gets the Session.
    $data->getSession()
    /**
    * Gets the Session.
    *
    * @return SessionInterface The session
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:718
    public hasPreviousSession(): bool Whether the request contains a Session which was started in one of the previous ...
    $data->hasPreviousSession()
    /**
    * Whether the request contains a Session which was started in one of the
    * previous requests.
    *
    * @return bool
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:739
    public hasSession(): bool true when the Request contains a Session object, false otherwise Whether the request contains a Session object.
    $data->hasSession()
    /**
    * Whether the request contains a Session object.
    *
    * This method does not give any information about the state of the session object,
    * like whether the session is started or not. It is just a way to check if this Request
    * is associated with a Session instance.
    *
    * @return bool true when the Request contains a Session object, false otherwise
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:754
    public setSession(Symfony\Component\HttpFoundation\Session\SessionInterface $session)
    $data->setSession(Symfony\Component\HttpFoundation\Session\SessionInterface $session)
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:759
    public setSessionFactory(callable $factory)
    $data->setSessionFactory(callable $factory)
    /**
    * @internal
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:767
    public getClientIps(): array The client IP addresses Returns the client IP addresses.
    $data->getClientIps()
    /**
    * Returns the client IP addresses.
    *
    * In the returned array the most trusted IP address is first, and the
    * least trusted one last. The "real" client IP address is the last one,
    * but this is also the least trusted one. Trusted proxies are stripped.
    *
    * Use this method carefully; you should use getClientIp() instead.
    *
    * @return array The client IP addresses
    *
    * @see getClientIp()
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:785
    public getClientIp(): string|null The client IP address Returns the client IP address.
    $data->getClientIp()
    /**
    * Returns the client IP address.
    *
    * This method can read the client IP address from the "X-Forwarded-For" header
    * when trusted proxies were set via "setTrustedProxies()". The "X-Forwarded-For"
    * header value is a comma+space separated list of IP addresses, the left-most
    * being the original client, and each successive proxy that passed the request
    * adding the IP address where it received the request from.
    *
    * If your reverse proxy uses a different header name than "X-Forwarded-For",
    * ("Client-Ip" for instance), configure it via the $trustedHeaderSet
    * argument of the Request::setTrustedProxies() method instead.
    *
    * @return string|null The client IP address
    *
    * @see getClientIps()
    * @see https://wikipedia.org/wiki/X-Forwarded-For
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:814
    public getScriptName(): string Returns current script name.
    $data->getScriptName()
    /**
    * Returns current script name.
    *
    * @return string
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:826
    public getPathInfo(): string The raw path (i.e. not urldecoded) Returns the path being requested relative to the executed script.
    $data->getPathInfo()
    /**
    * Returns the path being requested relative to the executed script.
    *
    * The path info always starts with a /.
    *
    * Suppose this request is instantiated from /mysite on localhost:
    *
    *  * http://localhost/mysite              returns an empty string
    *  * http://localhost/mysite/about        returns '/about'
    *  * http://localhost/mysite/enco%20ded   returns '/enco%20ded'
    *  * http://localhost/mysite/about?var=1  returns '/about'
    *
    * @return string The raw path (i.e. not urldecoded)
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:845
    public getBasePath(): string The raw path (i.e. not urldecoded) Returns the root path from which this request is executed.
    $data->getBasePath()
    /**
    * Returns the root path from which this request is executed.
    *
    * Suppose that an index.php file instantiates this request object:
    *
    *  * http://localhost/index.php         returns an empty string
    *  * http://localhost/index.php/page    returns an empty string
    *  * http://localhost/web/index.php     returns '/web'
    *  * http://localhost/we%20b/index.php  returns '/we%20b'
    *
    * @return string The raw path (i.e. not urldecoded)
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:866
    public getScheme(): string Gets the request's scheme.
    $data->getScheme()
    /**
    * Gets the request's scheme.
    *
    * @return string
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:899
    public getPort(): int|string can be a string if fetched from the server bag Returns the port on which the request is made.
    $data->getPort()
    /**
    * Returns the port on which the request is made.
    *
    * This method can read the client port from the "X-Forwarded-Port" header
    * when trusted proxies were set via "setTrustedProxies()".
    *
    * The "X-Forwarded-Port" header must contain the client port.
    *
    * @return int|string can be a string if fetched from the server bag
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:914
    public getUser(): string|null Returns the user.
    $data->getUser()
    /**
    * Returns the user.
    *
    * @return string|null
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:942
    public getPassword(): string|null Returns the password.
    $data->getPassword()
    /**
    * Returns the password.
    *
    * @return string|null
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:952
    public getUserInfo(): string|null A user name if any and, optionally, scheme-specific information about how to gain authorization to access the server Gets the user info.
    $data->getUserInfo()
    /**
    * Gets the user info.
    *
    * @return string|null A user name if any and, optionally, scheme-specific information about how to gain authorization to access the server
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:962
    public getRequestUri(): string The raw URI (i.e. not URI decoded) Returns the requested URI (path and query string).
    $data->getRequestUri()
    /**
    * Returns the requested URI (path and query string).
    *
    * @return string The raw URI (i.e. not URI decoded)
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:998
    public getSchemeAndHttpHost(): string The scheme and HTTP host Gets the scheme and HTTP host.
    $data->getSchemeAndHttpHost()
    /**
    * Gets the scheme and HTTP host.
    *
    * If the URL was called with basic authentication, the user
    * and the password are not added to the generated string.
    *
    * @return string The scheme and HTTP host
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1015
    public getUri(): string A normalized URI (URL) for the Request Generates a normalized URI (URL) for the Request.
    $data->getUri()
    /**
    * Generates a normalized URI (URL) for the Request.
    *
    * @return string A normalized URI (URL) for the Request
    *
    * @see getQueryString()
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1027
    public getUriForPath($path): string The normalized URI for the path Generates a normalized URI for the given path.
    $data->getUriForPath($path)
    /**
    * Generates a normalized URI for the given path.
    *
    * @param string $path A path to use instead of the current one
    *
    * @return string The normalized URI for the path
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1043
    public getRelativeUriForPath($path): string The relative target path Returns the path as relative reference from the current Request path.
    $data->getRelativeUriForPath($path)
    /**
    * Returns the path as relative reference from the current Request path.
    *
    * Only the URIs path component (no schema, host etc.) is relevant and must be given.
    * Both paths must be absolute and not contain relative parts.
    * Relative URLs from one resource to another are useful when generating self-contained downloadable document archives.
    * Furthermore, they can be used to reduce the link size in documents.
    *
    * Example target paths, given a base path of "/a/b/c/d":
    * - "/a/b/c/d"     -> ""
    * - "/a/b/c/"      -> "./"
    * - "/a/b/"        -> "../"
    * - "/a/b/c/other" -> "other"
    * - "/a/x/y"       -> "../../x/y"
    *
    * @param string $path The target path
    *
    * @return string The relative target path
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1067
    public getQueryString(): string|null A normalized query string for the Request Generates the normalized query string for the Request.
    $data->getQueryString()
    /**
    * Generates the normalized query string for the Request.
    *
    * It builds a normalized query string, where keys/value pairs are alphabetized
    * and have consistent escaping.
    *
    * @return string|null A normalized query string for the Request
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1111
    public isSecure(): bool Checks whether the request is secure or not.
    $data->isSecure()
    /**
    * Checks whether the request is secure or not.
    *
    * This method can read the client protocol from the "X-Forwarded-Proto" header
    * when trusted proxies were set via "setTrustedProxies()".
    *
    * The "X-Forwarded-Proto" header must contain the protocol: "https" or "http".
    *
    * @return bool
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1128
    public getHost(): string Returns the host name.
    $data->getHost()
    /**
    * Returns the host name.
    *
    * This method can read the client host name from the "X-Forwarded-Host" header
    * when trusted proxies were set via "setTrustedProxies()".
    *
    * The "X-Forwarded-Host" header must contain the client host name.
    *
    * @return string
    *
    * @throws SuspiciousOperationException when the host name is invalid or not trusted
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1151
    public setMethod($method) Sets the request method.
    $data->setMethod($method)
    /**
    * Sets the request method.
    *
    * @param string $method
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1208
    public getRealMethod(): string The request method Gets the "real" request method.
    $data->getRealMethod()
    /**
    * Gets the "real" request method.
    *
    * @return string The request method
    *
    * @see getMethod()
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1271
    public getMimeType($format): string|null The associated mime type (null if not found) Gets the mime type associated with the format.
    $data->getMimeType($format)
    /**
    * Gets the mime type associated with the format.
    *
    * @param string $format The format
    *
    * @return string|null The associated mime type (null if not found)
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1283
    public getFormat($mimeType): string|null The format (null if not found) Gets the format associated with the mime type.
    $data->getFormat($mimeType)
    /**
    * Gets the format associated with the mime type.
    *
    * @param string $mimeType The associated mime type
    *
    * @return string|null The format (null if not found)
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1315
    public setFormat($format, $mimeTypes) Associates a format with mime types.
    $data->setFormat($format, $mimeTypes)
    /**
    * Associates a format with mime types.
    *
    * @param string       $format    The format
    * @param string|array $mimeTypes The associated mime types (the preferred one must be the first as it will be used as the content type)
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1344
    public getRequestFormat($default = 'html'): string|null The request format Gets the request format.
    $data->getRequestFormat($default = 'html')
    /**
    * Gets the request format.
    *
    * Here is the process to determine the format:
    *
    *  * format defined by the user (with setRequestFormat())
    *  * _format request attribute
    *  * $default
    *
    * @see getPreferredFormat
    *
    * @param string|null $default The default format
    *
    * @return string|null The request format
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1368
    public setRequestFormat($format) Sets the request format.
    $data->setRequestFormat($format)
    /**
    * Sets the request format.
    *
    * @param string $format The request format
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1382
    public getContentType(): string|null The format (null if no content type is present) Gets the format associated with the request.
    $data->getContentType()
    /**
    * Gets the format associated with the request.
    *
    * @return string|null The format (null if no content type is present)
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1392
    public setDefaultLocale($locale) Sets the default locale.
    $data->setDefaultLocale($locale)
    /**
    * Sets the default locale.
    *
    * @param string $locale
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1402
    public getDefaultLocale(): string Get the default locale.
    $data->getDefaultLocale()
    /**
    * Get the default locale.
    *
    * @return string
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1416
    public setLocale($locale) Sets the locale.
    $data->setLocale($locale)
    /**
    * Sets the locale.
    *
    * @param string $locale
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1426
    public getLocale(): string Get the locale.
    $data->getLocale()
    /**
    * Get the locale.
    *
    * @return string
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1436
    public isMethod($method): bool Checks if the request method is of specified type.
    $data->isMethod($method)
    /**
    * Checks if the request method is of specified type.
    *
    * @param string $method Uppercase request method (GET, POST etc)
    *
    * @return bool
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1448
    public isMethodSafe(): bool Checks whether or not the method is safe.
    $data->isMethodSafe()
    /**
    * Checks whether or not the method is safe.
    *
    * @see https://tools.ietf.org/html/rfc7231#section-4.2.1
    *
    * @return bool
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1460
    public isMethodIdempotent(): bool Checks whether or not the method is idempotent.
    $data->isMethodIdempotent()
    /**
    * Checks whether or not the method is idempotent.
    *
    * @return bool
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1474
    public isMethodCacheable(): bool True for GET and HEAD, false otherwise Checks whether the method is cacheable or not.
    $data->isMethodCacheable()
    /**
    * Checks whether the method is cacheable or not.
    *
    * @see https://tools.ietf.org/html/rfc7231#section-4.2.3
    *
    * @return bool True for GET and HEAD, false otherwise
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1486
    public getProtocolVersion(): string|null Returns the protocol version.
    $data->getProtocolVersion()
    /**
    * Returns the protocol version.
    *
    * If the application is behind a proxy, the protocol version used in the
    * requests between the client and the proxy and between the proxy and the
    * server might be different. This returns the former (from the "Via" header)
    * if the proxy is trusted (see "setTrustedProxies()"), otherwise it returns
    * the latter (from the "SERVER_PROTOCOL" server parameter).
    *
    * @return string|null
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1502
    public getContent($asResource = false): string|resource The request body content or a resource to read the body stream Returns the request body content.
    $data->getContent($asResource = false)
    /**
    * Returns the request body content.
    *
    * @param bool $asResource If true, a resource will be returned
    *
    * @return string|resource The request body content or a resource to read the body stream
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1522
    public getETags(): array The entity tags Gets the Etags.
    $data->getETags()
    /**
    * Gets the Etags.
    *
    * @return array The entity tags
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1565
    public isNoCache(): bool
    $data->isNoCache()
    /**
    * @return bool
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1573
    public getPreferredFormat(string $default = 'html'): string Gets the preferred format for the response by inspecting, in the following order...
    $data->getPreferredFormat(string $default = 'html')
    /**
    * Gets the preferred format for the response by inspecting, in the following order:
    *   * the request format set using setRequestFormat
    *   * the values of the Accept HTTP header.
    *
    * Note that if you use this method, you should send the "Vary: Accept" header
    * in the response to prevent any issues with intermediary HTTP caches.
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1586
    public getPreferredLanguage(array $locales = null): string|null The preferred locale Returns the preferred language.
    $data->getPreferredLanguage(array $locales = null)
    /**
    * Returns the preferred language.
    *
    * @param string[] $locales An array of ordered available locales
    *
    * @return string|null The preferred locale
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1608
    public getLanguages(): array Languages ordered in the user browser preferences Gets a list of languages acceptable by the client browser.
    $data->getLanguages()
    /**
    * Gets a list of languages acceptable by the client browser.
    *
    * @return array Languages ordered in the user browser preferences
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1641
    public getCharsets(): array List of charsets in preferable order Gets a list of charsets acceptable by the client browser.
    $data->getCharsets()
    /**
    * Gets a list of charsets acceptable by the client browser.
    *
    * @return array List of charsets in preferable order
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1681
    public getEncodings(): array List of encodings in preferable order Gets a list of encodings acceptable by the client browser.
    $data->getEncodings()
    /**
    * Gets a list of encodings acceptable by the client browser.
    *
    * @return array List of encodings in preferable order
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1695
    public getAcceptableContentTypes(): array List of content types in preferable order Gets a list of content types acceptable by the client browser.
    $data->getAcceptableContentTypes()
    /**
    * Gets a list of content types acceptable by the client browser.
    *
    * @return array List of content types in preferable order
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1709
    public isXmlHttpRequest(): bool true if the request is an XMLHttpRequest, false otherwise Returns true if the request is an XMLHttpRequest.
    $data->isXmlHttpRequest()
    /**
    * Returns true if the request is an XMLHttpRequest.
    *
    * It works if your JavaScript library sets an X-Requested-With HTTP header.
    * It is known to work with common JavaScript frameworks:
    *
    * @see https://wikipedia.org/wiki/List_of_Ajax_frameworks#JavaScript
    *
    * @return bool true if the request is an XMLHttpRequest, false otherwise
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1728
    public isFromTrustedProxy(): bool true if the request came from a trusted proxy, false otherwise Indicates whether this request originated from a trusted proxy.
    $data->isFromTrustedProxy()
    /**
    * Indicates whether this request originated from a trusted proxy.
    *
    * This can be useful to determine whether or not to trust the
    * contents of a proxy-specific header.
    *
    * @return bool true if the request came from a trusted proxy, false otherwise
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1988
    protected prepareRequestUri()
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1741
    protected prepareBaseUrl(): string Prepares the base URL.
    /**
    * Prepares the base URL.
    *
    * @return string
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1791
    protected prepareBasePath(): string base path Prepares the base path.
    /**
    * Prepares the base path.
    *
    * @return string base path
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1860
    protected preparePathInfo(): string path info Prepares the path info.
    /**
    * Prepares the path info.
    *
    * @return string path info
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1886
    private setPhpDefaultLocale(string $locale): void
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1933
    private getUrlencodedPrefix(string $string, string $prefix): string Returns the prefix as encoded in the string when the string starts with the give...
    /**
    * Returns the prefix as encoded in the string when the string starts with
    * the given prefix, null otherwise.
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1950
    private getTrustedValues(int $type, string $ip = null): array
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1993
    private normalizeAndFilterClientIps(array $clientIps, string $ip): array
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:2044
    public static createFromGlobals(): static Creates a new request with values from PHP's super globals.
    \Symfony\Component\HttpFoundation\Request::createFromGlobals()
    /**
    * Creates a new request with values from PHP's super globals.
    *
    * @return static
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:291
    public static create($uri, $method = 'GET', $parameters = array(), $cookies = array(), $files = array(), $server = array(), $content = null): static Creates a Request based on a given URI and configuration.
    \Symfony\Component\HttpFoundation\Request::create($uri, $method = 'GET', $parameters = array(), $cookies = array(), $files = array(), $server = array(), $content = null)
    /**
    * Creates a Request based on a given URI and configuration.
    *
    * The information contained in the URI always take precedence
    * over the other information (server and parameters).
    *
    * @param string               $uri        The URI
    * @param string               $method     The HTTP method
    * @param array                $parameters The query (GET) or request (POST) parameters
    * @param array                $cookies    The request cookies ($_COOKIE)
    * @param array                $files      The request files ($_FILES)
    * @param array                $server     The server parameters ($_SERVER)
    * @param string|resource|null $content    The raw body data
    *
    * @return static
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:321
    public static setFactory($callable) Sets a callable able to create a Request instance.
    \Symfony\Component\HttpFoundation\Request::setFactory($callable)
    /**
    * Sets a callable able to create a Request instance.
    *
    * This is mainly useful when you need to override the Request class
    * to keep BC with an existing system. It should not be used for any
    * other purpose.
    *
    * @param callable|null $callable A PHP callable
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:423
    public static setTrustedProxies(array $proxies, int $trustedHeaderSet) Sets a list of trusted proxies.
    \Symfony\Component\HttpFoundation\Request::setTrustedProxies(array $proxies, int $trustedHeaderSet)
    /**
    * Sets a list of trusted proxies.
    *
    * You should only list the reverse proxies that you manage directly.
    *
    * @param array $proxies          A list of trusted proxies, the string 'REMOTE_ADDR' will be replaced with $_SERVER['REMOTE_ADDR']
    * @param int   $trustedHeaderSet A bit field of Request::HEADER_*, to set which headers to trust from your proxies
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:574
    public static getTrustedProxies(): array An array of trusted proxies Gets the list of trusted proxies.
    \Symfony\Component\HttpFoundation\Request::getTrustedProxies()
    /**
    * Gets the list of trusted proxies.
    *
    * @return array An array of trusted proxies
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:593
    public static getTrustedHeaderSet(): int A bit field of Request::HEADER_* that defines which headers are trusted from your proxies Gets the set of trusted headers from trusted proxies.
    \Symfony\Component\HttpFoundation\Request::getTrustedHeaderSet()
    /**
    * Gets the set of trusted headers from trusted proxies.
    *
    * @return int A bit field of Request::HEADER_* that defines which headers are trusted from your proxies
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:603
    public static setTrustedHosts(array $hostPatterns) Sets a list of trusted host patterns.
    \Symfony\Component\HttpFoundation\Request::setTrustedHosts(array $hostPatterns)
    /**
    * Sets a list of trusted host patterns.
    *
    * You should only list the hosts you manage using regexs.
    *
    * @param array $hostPatterns A list of trusted host patterns
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:615
    public static getTrustedHosts(): array An array of trusted host patterns Gets the list of trusted host patterns.
    \Symfony\Component\HttpFoundation\Request::getTrustedHosts()
    /**
    * Gets the list of trusted host patterns.
    *
    * @return array An array of trusted host patterns
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:629
    public static normalizeQueryString($qs): string A normalized query string for the Request Normalizes a query string.
    \Symfony\Component\HttpFoundation\Request::normalizeQueryString($qs)
    /**
    * Normalizes a query string.
    *
    * It builds a normalized query string, where keys/value pairs are alphabetized,
    * have consistent escaping and unneeded delimiters are removed.
    *
    * @param string $qs Query string
    *
    * @return string A normalized query string for the Request
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:644
    public static enableHttpMethodParameterOverride() Enables support for the _method request parameter to determine the intended HTTP...
    \Symfony\Component\HttpFoundation\Request::enableHttpMethodParameterOverride()
    /**
    * Enables support for the _method request parameter to determine the intended HTTP method.
    *
    * Be warned that enabling this feature might lead to CSRF issues in your code.
    * Check that you are using CSRF tokens when required.
    * If the HTTP method parameter override is enabled, an html-form with method "POST" can be altered
    * and used to send a "PUT" or "DELETE" request via the _method request parameter.
    * If these methods are not protected against CSRF, this presents a possible vulnerability.
    *
    * The HTTP method can only be overridden when the real HTTP method is POST.
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:667
    public static getHttpMethodParameterOverride(): bool True when the _method request parameter is enabled, false otherwise Checks whether support for the _method request parameter is enabled.
    \Symfony\Component\HttpFoundation\Request::getHttpMethodParameterOverride()
    /**
    * Checks whether support for the _method request parameter is enabled.
    *
    * @return bool True when the _method request parameter is enabled, false otherwise
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:677
    public static getMimeTypes($format): array The associated mime types Gets the mime types associated with the format.
    \Symfony\Component\HttpFoundation\Request::getMimeTypes($format)
    /**
    * Gets the mime types associated with the format.
    *
    * @param string $format The format
    *
    * @return array The associated mime types
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1299
    protected static initializeFormats() Initializes HTTP request formats.
    /**
    * Initializes HTTP request formats.
    */
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1916
    private static createRequestFromFactory(array $query = array(), array $request = array(), array $attributes = array(), array $cookies = array(), array $files = array(), array $server = array(), $content = null): self
    Inherited from Symfony\Component\HttpFoundation\Request
    Defined in <ROOT>/vendor/symfony/http-foundation/Request.php:1965
  • protected static $requestFactory :: null
    protected static $formats :: null
    protected static $httpMethodParameterOverride :: boolean false
    protected static $trustedHosts :: array (0)
    protected static $trustedHostPatterns :: array (0)
    protected static $trustedProxies :: array (1)
    0 => string (9) "127.0.0.1"
    const METHOD_PATCH :: string (5) "PATCH"
    \Enlight_Controller_Request_RequestHttp::METHOD_PATCH
    const METHOD_CONNECT :: string (7) "CONNECT"
    \Enlight_Controller_Request_RequestHttp::METHOD_CONNECT
    const METHOD_TRACE :: string (5) "TRACE"
    \Enlight_Controller_Request_RequestHttp::METHOD_TRACE
    const METHOD_OPTIONS :: string (7) "OPTIONS"
    \Enlight_Controller_Request_RequestHttp::METHOD_OPTIONS
    const METHOD_PURGE :: string (5) "PURGE"
    \Enlight_Controller_Request_RequestHttp::METHOD_PURGE
    const METHOD_DELETE :: string (6) "DELETE"
    \Enlight_Controller_Request_RequestHttp::METHOD_DELETE
    const SCHEME_HTTP :: string (4) "http"
    \Enlight_Controller_Request_RequestHttp::SCHEME_HTTP
    const SCHEME_HTTPS :: string (5) "https"
    \Enlight_Controller_Request_RequestHttp::SCHEME_HTTPS
    const METHOD_POST :: string (4) "POST"
    \Enlight_Controller_Request_RequestHttp::METHOD_POST
    const METHOD_GET :: string (3) "GET"
    \Enlight_Controller_Request_RequestHttp::METHOD_GET
    const METHOD_HEAD :: string (4) "HEAD"
    \Enlight_Controller_Request_RequestHttp::METHOD_HEAD
    const HEADER_X_FORWARDED_AWS_ELB :: integer 26
    \Enlight_Controller_Request_RequestHttp::HEADER_X_FORWARDED_AWS_ELB
    const HEADER_X_FORWARDED_ALL :: integer 30
    \Enlight_Controller_Request_RequestHttp::HEADER_X_FORWARDED_ALL
    const HEADER_X_FORWARDED_PORT :: integer 16
    \Enlight_Controller_Request_RequestHttp::HEADER_X_FORWARDED_PORT
    const HEADER_X_FORWARDED_PROTO :: integer 8
    \Enlight_Controller_Request_RequestHttp::HEADER_X_FORWARDED_PROTO
    const HEADER_X_FORWARDED_HOST :: integer 4
    \Enlight_Controller_Request_RequestHttp::HEADER_X_FORWARDED_HOST
    const HEADER_X_FORWARDED_FOR :: integer 2
    \Enlight_Controller_Request_RequestHttp::HEADER_X_FORWARDED_FOR
    const HEADER_FORWARDED :: integer 1
    \Enlight_Controller_Request_RequestHttp::HEADER_FORWARDED
    const METHOD_PUT :: string (3) "PUT"
    \Enlight_Controller_Request_RequestHttp::METHOD_PUT
  • GET /pdf/simpleOffer?number=171.1048.1.10&quantity=10 HTTP/2.0
    Accept:               */*
    Authorization:
    Forwarded:            for="54.162.124.193";host="werbemittel.woelferdruck.de";proto=https
    Host:                 werbemittel.woelferdruck.de
    Surrogate-Capability: shopware="ESI/1.0", symfony="ESI/1.0" User-Agent:           claudebot
    X-Forwarded-For:      54.162.124.193
    
Called from <ROOT>/custom/plugins/PixelTools/Resources/smarty/modifier.d.php:17 [d()]
  1. <ROOT>/var/cache/production_202204291326/templates/frontend_WoelferDruck_de_DE_1_secure/79/2d/65/792d65e3e894ebd62a209866b0c3cc7d2f271fb5.snippet.index.tpl.php:457 [smarty_modifier_d()]
  2. <ROOT>/engine/Library/Smarty/sysplugins/smarty_internal_templatebase.php:180 [content_6541b0e8aa03c8_31940456()]
  3. <ROOT>/engine/Library/Enlight/View/Default.php:286 [Smarty_Internal_TemplateBase->fetch()]
  4. <ROOT>/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php:180 [Enlight_View_Default->render()]
  5. <ROOT>/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php:207 [Enlight_Controller_Plugins_ViewRenderer_Bootstrap->renderTemplate()]
  6. <ROOT>/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php:124 [Enlight_Controller_Plugins_ViewRenderer_Bootstrap->render()]
  7. <ROOT>/engine/Library/Enlight/Event/Handler/Default.php:90 [Enlight_Controller_Plugins_ViewRenderer_Bootstrap->onPostDispatch()]
  8. <ROOT>/engine/Library/Enlight/Event/EventManager.php:207 [Enlight_Event_Handler_Default->execute()]
  9. <ROOT>/engine/Library/Enlight/Controller/Action.php:228 [Enlight_Event_EventManager->notify()]
  10. <ROOT>/engine/Library/Enlight/Controller/Dispatcher/Default.php:467 [Enlight_Controller_Action->dispatch()]
  11. <ROOT>/engine/Library/Enlight/Controller/Front.php:225 [Enlight_Controller_Dispatcher_Default->dispatch()]
  12. <ROOT>/engine/Shopware/Kernel.php:197 [Enlight_Controller_Front->dispatch()]
  13. <ROOT>/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85 [Shopware\Kernel->handle()]
  14. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 [Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle()]
  15. <ROOT>/engine/Shopware/Components/HttpCache/AppCache.php:266 [Symfony\Component\HttpKernel\HttpCache\HttpCache->forward()]
  16. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 [Shopware\Components\HttpCache\AppCache->forward()]
  17. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 [Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch()]
  18. <ROOT>/engine/Shopware/Components/HttpCache/AppCache.php:192 [Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup()]
  19. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 [Shopware\Components\HttpCache\AppCache->lookup()]
  20. <ROOT>/engine/Shopware/Components/HttpCache/AppCache.php:117 [Symfony\Component\HttpKernel\HttpCache\HttpCache->handle()]
  21. <ROOT>/shopware.php:122 [Shopware\Components\HttpCache\AppCache->handle()]
$data array (5)
number => string (13) "171.1048.1.10"
$data['number']
quantity => string (2) "10"
$data['quantity']
module => string (8) "frontend"
$data['module']
controller => string (3) "pdf"
$data['controller']
action => string (11) "simpleOffer"
$data['action']
Called from <ROOT>/custom/plugins/PixelTools/Resources/smarty/modifier.d.php:17 [d()]
  1. <ROOT>/var/cache/production_202204291326/templates/frontend_WoelferDruck_de_DE_1_secure/79/2d/65/792d65e3e894ebd62a209866b0c3cc7d2f271fb5.snippet.index.tpl.php:459 [smarty_modifier_d()]
  2. <ROOT>/engine/Library/Smarty/sysplugins/smarty_internal_templatebase.php:180 [content_6541b0e8aa03c8_31940456()]
  3. <ROOT>/engine/Library/Enlight/View/Default.php:286 [Smarty_Internal_TemplateBase->fetch()]
  4. <ROOT>/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php:180 [Enlight_View_Default->render()]
  5. <ROOT>/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php:207 [Enlight_Controller_Plugins_ViewRenderer_Bootstrap->renderTemplate()]
  6. <ROOT>/engine/Library/Enlight/Controller/Plugins/ViewRenderer/Bootstrap.php:124 [Enlight_Controller_Plugins_ViewRenderer_Bootstrap->render()]
  7. <ROOT>/engine/Library/Enlight/Event/Handler/Default.php:90 [Enlight_Controller_Plugins_ViewRenderer_Bootstrap->onPostDispatch()]
  8. <ROOT>/engine/Library/Enlight/Event/EventManager.php:207 [Enlight_Event_Handler_Default->execute()]
  9. <ROOT>/engine/Library/Enlight/Controller/Action.php:228 [Enlight_Event_EventManager->notify()]
  10. <ROOT>/engine/Library/Enlight/Controller/Dispatcher/Default.php:467 [Enlight_Controller_Action->dispatch()]
  11. <ROOT>/engine/Library/Enlight/Controller/Front.php:225 [Enlight_Controller_Dispatcher_Default->dispatch()]
  12. <ROOT>/engine/Shopware/Kernel.php:197 [Enlight_Controller_Front->dispatch()]
  13. <ROOT>/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85 [Shopware\Kernel->handle()]
  14. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 [Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle()]
  15. <ROOT>/engine/Shopware/Components/HttpCache/AppCache.php:266 [Symfony\Component\HttpKernel\HttpCache\HttpCache->forward()]
  16. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 [Shopware\Components\HttpCache\AppCache->forward()]
  17. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 [Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch()]
  18. <ROOT>/engine/Shopware/Components/HttpCache/AppCache.php:192 [Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup()]
  19. <ROOT>/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 [Shopware\Components\HttpCache\AppCache->lookup()]
  20. <ROOT>/engine/Shopware/Components/HttpCache/AppCache.php:117 [Symfony\Component\HttpKernel\HttpCache\HttpCache->handle()]
  21. <ROOT>/shopware.php:122 [Shopware\Components\HttpCache\AppCache->handle()]