api/symfony/Component/HttpFoundation/Session/SessionUtils.yaml

18 lines
587 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: SessionUtils
class_comment: null
dependencies: []
properties: []
methods:
- name: popSessionCookie
visibility: public
parameters:
- name: sessionName
- name: sessionId
comment: "# * Session utility functions.\n# *\n# * @author Nicolas Grekas <p@tchwork.com>\n\
# * @author R\xE9mon van de Kamp <rpkamp@gmail.com>\n# *\n# * @internal\n# */\n\
# final class SessionUtils\n# {\n# /**\n# * Finds the session header amongst the\
\ headers that are to be sent, removes it, and returns\n# * it so the caller can\
\ process it further."
traits: []
interfaces: []