File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple A
6666as follows divided into a couple of groups.
6767
6868Session workflow
69+ ................
6970
7071:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::start `
7172 Starts the session - do not use ``session_start() ``.
@@ -91,6 +92,7 @@ Session workflow
9192 Sets the session name. Do not use ``session_name() ``.
9293
9394Session attributes
95+ ..................
9496
9597:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::set `
9698 Sets an attribute by key.
@@ -128,6 +130,7 @@ an array. A few methods exist for "Bag" management:
128130 This is just a shortcut for convenience.
129131
130132Session metadata
133+ ................
131134
132135:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::getMetadataBag `
133136 Gets the :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ MetadataBag `
You can’t perform that action at this time.
0 commit comments