platform/api/symfony/Component/HttpFoundation/ServerBag.yaml
2024-09-02 10:44:11 -07:00

37 lines
758 B
YAML

name: ServerBag
class_comment: '# * ServerBag is a container for HTTP headers from the $_SERVER variable.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# * @author Bulat Shakirzyanov <mallluhuct@gmail.com>
# * @author Robert Kiss <kepten@gmail.com>'
dependencies: []
properties: []
methods:
- name: getHeaders
visibility: public
parameters: []
comment: '# * ServerBag is a container for HTTP headers from the $_SERVER variable.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# * @author Bulat Shakirzyanov <mallluhuct@gmail.com>
# * @author Robert Kiss <kepten@gmail.com>
# */
# class ServerBag extends ParameterBag
# {
# /**
# * Gets the HTTP headers.'
traits: []
interfaces: []