17 lines
587 B
YAML
17 lines
587 B
YAML
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: []
|