Skip to content
Open
Changes from all commits
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
8 changes: 4 additions & 4 deletions Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Configuration
You can pick the manager and the configuration you need among the following list:

* Symfony1:
* manager service id: theodo_evolution.session.symfony1.bag_manager
* configuration service id: theodo_evolution.session.symfony1.bag_manager_configuration
* manager service id: theodo_evolution.session.symfony1.bag_manager
* configuration service id: theodo_evolution.session.symfony1.bag_manager_configuration
* CodeIgniter:
* manager service id: theodo_evolution.session.bag_manager
* configuration service id: theodo_evolution.session.code_igniter.bag_manager_configuration
* manager service id: theodo_evolution.session.bag_manager_default
* configuration service id: theodo_evolution.session.code_igniter.bag_manager_configuration

You can also create your own bag manager. To do so you only need to create a new service that implements the
``Theodo\Evolution\Bundle\SessionBundle\Manager\BagManagerInterface`` interface.
Expand Down