8000 Normalization of method listings by pedronofuentes · Pull Request #4539 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Normalization of method listings #4539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 20, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed paragraph to heading
  • Loading branch information
pedronofuentes committed Dec 17, 2014
commit 6b68e486fac738daba72b8a333c54046b0b453d5
3 changes: 3 additions & 0 deletions components/http_foundation/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple A
as follows divided into a couple of groups.

Session workflow
................

:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::start`
Starts the session - do not use ``session_start()``.
Expand All @@ -91,6 +92,7 @@ Session workflow
Sets the session name. Do not use ``session_name()``.

Session attributes
..................

:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::set`
Sets an attribute by key.
Expand Down Expand Up @@ -128,6 +130,7 @@ an array. A few methods exist for "Bag" management:
This is just a shortcut for convenience.

Session metadata
................

:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getMetadataBag`
Gets the :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag`
Expand Down
0