diff --git a/module/VuFind/src/VuFind/Auth/PluginFactory.php b/module/VuFind/src/VuFind/Auth/PluginFactory.php index 818617d0d6d189e7ed728d4111311c322f5dde13..6829ffa269a628e7b8b5240d6e47babc329393a0 100644 --- a/module/VuFind/src/VuFind/Auth/PluginFactory.php +++ b/module/VuFind/src/VuFind/Auth/PluginFactory.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -31,7 +31,7 @@ namespace VuFind\Auth; * Auth handler plugin factory * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki diff --git a/module/VuFind/src/VuFind/Auth/PluginManager.php b/module/VuFind/src/VuFind/Auth/PluginManager.php index e7f5e71c4d25957003db8d1c9fade8661f96d908..78c0144f02b9733e872255a47fa944f4a8e32306 100644 --- a/module/VuFind/src/VuFind/Auth/PluginManager.php +++ b/module/VuFind/src/VuFind/Auth/PluginManager.php @@ -1,6 +1,6 @@ <?php /** - * Session handler plugin manager + * Auth handler plugin manager * * PHP version 5 * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -28,10 +28,10 @@ namespace VuFind\Auth; /** - * Session handler plugin manager + * Auth handler plugin manager * * @category VuFind2 - * @package Session_Handlers + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki diff --git a/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php b/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php index cb26dcfea9505f08594910fd6a39e679c34e2c10..5e3025670cc8880b7d59dca4fc8bba69f0dff003 100644 --- a/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php +++ b/module/VuFind/src/VuFind/Autocomplete/PluginFactory.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -31,7 +31,7 @@ namespace VuFind\Autocomplete; * Autocomplete handler plugin factory * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki diff --git a/module/VuFind/src/VuFind/Autocomplete/PluginManager.php b/module/VuFind/src/VuFind/Autocomplete/PluginManager.php index b8054da88f12f60cfcef689e78170355426c85f6..24e60d4d9b84055487a4443da28c2f1fdf3b4976 100644 --- a/module/VuFind/src/VuFind/Autocomplete/PluginManager.php +++ b/module/VuFind/src/VuFind/Autocomplete/PluginManager.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki @@ -32,7 +32,7 @@ use VuFind\Config\Reader as ConfigReader; * Autocomplete handler plugin manager * * @category VuFind2 - * @package Session_Handlers + * @package Autocomplete * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/creating_a_session_handler Wiki