Set up session handlers to use a plugin manager; adjusted handler classes to...
Set up session handlers to use a plugin manager; adjusted handler classes to use a setConfig() method instead of constructor injection to allow plugin manager compatibility.
Showing
- module/VuFind/src/VuFind/Bootstrap.php 38 additions, 15 deletionsmodule/VuFind/src/VuFind/Bootstrap.php
- module/VuFind/src/VuFind/ServiceManager/AbstractPluginFactory.php 97 additions, 0 deletions...uFind/src/VuFind/ServiceManager/AbstractPluginFactory.php
- module/VuFind/src/VuFind/ServiceManager/AbstractPluginManager.php 65 additions, 0 deletions...uFind/src/VuFind/ServiceManager/AbstractPluginManager.php
- module/VuFind/src/VuFind/Session/AbstractBase.php 7 additions, 3 deletionsmodule/VuFind/src/VuFind/Session/AbstractBase.php
- module/VuFind/src/VuFind/Session/Database.php 1 addition, 7 deletionsmodule/VuFind/src/VuFind/Session/Database.php
- module/VuFind/src/VuFind/Session/File.php 30 additions, 29 deletionsmodule/VuFind/src/VuFind/Session/File.php
- module/VuFind/src/VuFind/Session/Memcache.php 24 additions, 22 deletionsmodule/VuFind/src/VuFind/Session/Memcache.php
- module/VuFind/src/VuFind/Session/PluginFactory.php 48 additions, 0 deletionsmodule/VuFind/src/VuFind/Session/PluginFactory.php
- module/VuFind/src/VuFind/Session/PluginManager.php 55 additions, 0 deletionsmodule/VuFind/src/VuFind/Session/PluginManager.php
Please register or sign in to comment