diff --git a/module/VuFind/src/VuFind/Auth/Manager.php b/module/VuFind/src/VuFind/Auth/Manager.php index a27e632bff3e69a2496f0e6f1649a7fc828a5d82..9e2203835ab5bb1ca937a36569bcded01370e117 100644 --- a/module/VuFind/src/VuFind/Auth/Manager.php +++ b/module/VuFind/src/VuFind/Auth/Manager.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -37,7 +37,7 @@ use VuFind\Config\Reader as ConfigReader, * Wrapper class for handling logged-in user in session. * * @category VuFind2 - * @package Support_Classes + * @package Authentication * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Bootstrap.php b/module/VuFind/src/VuFind/Bootstrap.php index f1a32311fc837b7a2ec75ca46defcff3dafc096d..6f41e19082342549dd59d53fb953016001af23c8 100644 --- a/module/VuFind/src/VuFind/Bootstrap.php +++ b/module/VuFind/src/VuFind/Bootstrap.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Bootstrap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -38,7 +38,7 @@ use VuFind\Auth\Manager as AuthManager, VuFind\Config\Reader as ConfigReader, * VuFind Bootstrapper * * @category VuFind2 - * @package Support_Classes + * @package Bootstrap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Cache/Manager.php b/module/VuFind/src/VuFind/Cache/Manager.php index e4862831d8b3db2e81cc9942509debd9e64d6fdd..39de10304243aa99f75f9d379673fe3d4f5555a6 100644 --- a/module/VuFind/src/VuFind/Cache/Manager.php +++ b/module/VuFind/src/VuFind/Cache/Manager.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Cache * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -34,7 +34,7 @@ use VuFind\Config\Reader as ConfigReader, Zend\Cache\StorageFactory; * Creates file and APC caches * * @category VuFind2 - * @package Support_Classes + * @package Cache * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Cart.php b/module/VuFind/src/VuFind/Cart.php index da69bef9bc8c6a06c1c2babf633a30c821819e61..262427d96bbefd41c49d2f44bb39737f7aa5a6b4 100644 --- a/module/VuFind/src/VuFind/Cart.php +++ b/module/VuFind/src/VuFind/Cart.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Cart * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki @@ -35,7 +35,7 @@ use VuFind\Record; * The data model object representing a user's book cart. * * @category VuFind2 - * @package Support_Classes + * @package Cart * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Code/ISBN.php b/module/VuFind/src/VuFind/Code/ISBN.php index fda87d0dcabf08b79d8be4c8e14f04fcfb5af537..466f9d511afd0da6d31af7640f371a271993767e 100644 --- a/module/VuFind/src/VuFind/Code/ISBN.php +++ b/module/VuFind/src/VuFind/Code/ISBN.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Code * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ namespace VuFind\Code; * This class provides ISBN validation and conversion functionality. * * @category VuFind2 - * @package Support_Classes + * @package Code * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Connection/Manager.php b/module/VuFind/src/VuFind/Connection/Manager.php index 5fe83d41075953dd4a009af748ca690a86933b9d..660720a21be546d49594f1416306661047c3d36d 100644 --- a/module/VuFind/src/VuFind/Connection/Manager.php +++ b/module/VuFind/src/VuFind/Connection/Manager.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Connection * @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/system_classes Wiki @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader, VuFind\ILS\Connection as ILSConnection * Central class for connecting to resources used by VuFind. * * @category VuFind2 - * @package Support_Classes + * @package Connection * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Connection/OpenLibrary.php b/module/VuFind/src/VuFind/Connection/OpenLibrary.php index ea20a82b87f346c4bc684ecf67c5040b9adb2edc..3bd31acfdb6a38b814619162ee410b657c6fe5f8 100644 --- a/module/VuFind/src/VuFind/Connection/OpenLibrary.php +++ b/module/VuFind/src/VuFind/Connection/OpenLibrary.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package OpenLibrary * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki @@ -34,7 +34,7 @@ use VuFind\Http\Client as HttpClient; * Class for accessing helpful Open Library APIs. * * @category VuFind2 - * @package Support_Classes + * @package OpenLibrary * @author Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Connection/Oracle.php b/module/VuFind/src/VuFind/Connection/Oracle.php index 3029ade46ab7af79a17f09d3403d51975ce39040..ff8a555fc9fb76beca122335d74dd104ae2a7a5b 100644 --- a/module/VuFind/src/VuFind/Connection/Oracle.php +++ b/module/VuFind/src/VuFind/Connection/Oracle.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Oracle * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki @@ -31,7 +31,7 @@ namespace VuFind\Connection; * Oracle support code for VTLS Virtua Driver * * @category VuFind2 - * @package Support_Classes + * @package Oracle * @author Greg Pendlebury <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Connection/SRU.php b/module/VuFind/src/VuFind/Connection/SRU.php index 4ebdf76257b5aad62948cb57c701b56a9937c35f..d8ec5531b70ab8977b7d9f28107fde4635367f4c 100644 --- a/module/VuFind/src/VuFind/Connection/SRU.php +++ b/module/VuFind/src/VuFind/Connection/SRU.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package SRU * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes#searching Wiki @@ -33,7 +33,7 @@ use VuFind\Http\Client as HttpClient, VuFind\Log\Logger, * SRU Search Interface * * @category VuFind2 - * @package Support_Classes + * @package SRU * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes#searching Wiki diff --git a/module/VuFind/src/VuFind/Connection/Solr.php b/module/VuFind/src/VuFind/Connection/Solr.php index 87fb69f8f2711bac8d647bef37a291f716d0bb21..d5783c4aa11f27e3a2760ae3633cac1e0853cd86 100644 --- a/module/VuFind/src/VuFind/Connection/Solr.php +++ b/module/VuFind/src/VuFind/Connection/Solr.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -37,7 +37,7 @@ use VuFind\Config\Reader as ConfigReader, * Solr HTTP Interface * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes#index_interface Wiki diff --git a/module/VuFind/src/VuFind/Connection/SolrAuth.php b/module/VuFind/src/VuFind/Connection/SolrAuth.php index 729a6dd29a9d333cf3ab927a94ebf474c71b447e..c2d3be4e53b50f1987283fe6fbc7e0bcb3cfafb5 100644 --- a/module/VuFind/src/VuFind/Connection/SolrAuth.php +++ b/module/VuFind/src/VuFind/Connection/SolrAuth.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -34,7 +34,7 @@ namespace VuFind\Connection; * Offers functionality for reading authority data from Solr. * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Connection/SolrReserves.php b/module/VuFind/src/VuFind/Connection/SolrReserves.php index da1f689357787cd2fc9c7a8183238baeef9c6565..937d5b9a509b93bcb16365646f1476b54c5e5a40 100644 --- a/module/VuFind/src/VuFind/Connection/SolrReserves.php +++ b/module/VuFind/src/VuFind/Connection/SolrReserves.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes#index_interface Wiki @@ -33,7 +33,7 @@ namespace VuFind\Connection; * Allows indexing/searching reserves records. * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes#index_interface Wiki diff --git a/module/VuFind/src/VuFind/Connection/SolrStats.php b/module/VuFind/src/VuFind/Connection/SolrStats.php index 77905dc6136c9759a88e9220f89c06d30135f385..4b759ea66a2041be2d374513d842a8f91d8923cf 100644 --- a/module/VuFind/src/VuFind/Connection/SolrStats.php +++ b/module/VuFind/src/VuFind/Connection/SolrStats.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -34,7 +34,7 @@ namespace VuFind\Connection; * Offers functionality for reading authority data from Solr. * * @category VuFind2 - * @package Support_Classes + * @package Solr * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Connection/Summon.php b/module/VuFind/src/VuFind/Connection/Summon.php index a4e83f0a54c224dd8c6e7db61bdec89412327bbe..199aeb391173290eecace0ef3a66a710e4345247 100644 --- a/module/VuFind/src/VuFind/Connection/Summon.php +++ b/module/VuFind/src/VuFind/Connection/Summon.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Summon * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -37,7 +37,7 @@ use SerialsSolutions\Summon\Zend2 as BaseSummon, * Summon Search API Interface (VuFind implementation) * * @category VuFind2 - * @package Support_Classes + * @package Summon * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Connection/WorldCat.php b/module/VuFind/src/VuFind/Connection/WorldCat.php index 553269d3ca293f1256ce6be408c1c8a8db23214d..f978b7c4bee4804ea1b2f3c2c3d1cee09000cc33 100644 --- a/module/VuFind/src/VuFind/Connection/WorldCat.php +++ b/module/VuFind/src/VuFind/Connection/WorldCat.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package WorldCat * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader; * WorldCat SRU Search Interface * * @category VuFind2 - * @package Support_Classes + * @package WorldCat * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Connection/WorldCatUtils.php b/module/VuFind/src/VuFind/Connection/WorldCatUtils.php index 68bcb4a3857fa8abde28c3417f3d01a5017623f6..e9d4d8b1884f327de5597c7ddd7cea76921059b1 100644 --- a/module/VuFind/src/VuFind/Connection/WorldCatUtils.php +++ b/module/VuFind/src/VuFind/Connection/WorldCatUtils.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package WorldCat * @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/system_classes Wiki @@ -35,7 +35,7 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Log\Logger, * Class for accessing helpful WorldCat APIs. * * @category VuFind2 - * @package Support_Classes + * @package WorldCat * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php b/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php index 019dfaea18e5d7f327fae487a61ae0e384534e8a..60f384d886aa4c34a31caeedfb88fb662fb73acc 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/DbUpgrade.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use Zend\Db\Adapter\Adapter as DbAdapter, Zend\Db\Metadata\Metadata as DbMetadat * Zend action helper to perform database upgrades * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php b/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php index 478dee3a9042d9952840b0ebb7ca4d5acd16d10e..aa89a5f70fc763788b8e7b34e3e526a5fa24e0d4 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Favorites.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -35,7 +35,7 @@ use VuFind\Db\Table\Resource as ResourceTable, * Zend action helper to perform favorites-related actions * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Followup.php b/module/VuFind/src/VuFind/Controller/Plugin/Followup.php index 692e456cb80156b0e9d996f37c75a13cac0431d4..e4378db93fa05d0ac601d3fd594e7d4979dd9f20 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Followup.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Followup.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin, Zend\Session\Container; * before login and then redirecting the user to the appropriate place afterwards. * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php index bacbcc4b8a931ed5ef1aef7c589ce038c7581fa1..37fb08546b573f5887f647206e20dedbb91668c5 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -34,7 +34,7 @@ use VuFind\Crypt\HMAC, VuFind\Date\Converter as DateConverter, * Zend action helper to perform renewal-related actions * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php b/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php index 64f46acaac128cb8be2f3388544231376c193c4a..b9d4ea31696bd1db789a76c34206ade18ca979a8 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Renewals.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use Zend\Mvc\Controller\Plugin\AbstractPlugin; * Zend action helper to perform renewal-related actions * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php b/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php index 2b34726f8c55d0c71807896a824e734f9b2196ad..708911fa155c6255f631209b5c401a1a0dd99678 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/Reserves.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -34,7 +34,7 @@ use VuFind\Config\Reader as ConfigReader, * Zend action helper to perform reserves-related actions * * @category VuFind2 - * @package Action_Helpers + * @package Controller_Plugins * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php b/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php index 4893b48dbab03ec85d1f7162c63307558fe6e679..88f1aa79c3e25fe6437b3c0ba892fe0d45fe4c14 100644 --- a/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php +++ b/module/VuFind/src/VuFind/Controller/Plugin/ResultScroller.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Controller_Plugins * @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/system_classes Wiki @@ -34,7 +34,7 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Db\Table\Search as SearchTable, * Class for managing "next" and "previous" navigation within result sets. * * @category VuFind2 - * @package Support_Classes + * @package Controller_Plugins * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Cookie/Container.php b/module/VuFind/src/VuFind/Cookie/Container.php index bc79fbc98c9b588032afff7d9394f8ef9c4aa27a..ce2fc178dd5c6ef60053bb22a144583e83274b9a 100644 --- a/module/VuFind/src/VuFind/Cookie/Container.php +++ b/module/VuFind/src/VuFind/Cookie/Container.php @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Cookie * @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/system_classes Wiki @@ -33,7 +33,7 @@ namespace VuFind\Cookie; * \Zend\Session\Container). * * @category VuFind2 - * @package Support_Classes + * @package Cookie * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Date/Converter.php b/module/VuFind/src/VuFind/Date/Converter.php index d2ebd2caab1f8703b28376ec2ab1d72dbc9d104e..221b4d351707e0cc43c0e98f4944d9ea06b4c893 100644 --- a/module/VuFind/src/VuFind/Date/Converter.php +++ b/module/VuFind/src/VuFind/Date/Converter.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Date * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -34,7 +34,7 @@ use DateTime, VuFind\Config\Reader as ConfigReader, * Date/time conversion functionality. * * @category VuFind2 - * @package Date_And_Time_Functions + * @package Date * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Db/AdapterFactory.php b/module/VuFind/src/VuFind/Db/AdapterFactory.php index 8c71265d3bf8f201641e890688ae39559c772b22..ce1c3c42c2907b6cf2bb08a07bcfe7e7665ec5ed 100644 --- a/module/VuFind/src/VuFind/Db/AdapterFactory.php +++ b/module/VuFind/src/VuFind/Db/AdapterFactory.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Db * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Config\Reader as ConfigReader, Zend\Db\Adapter\Adapter; * Database utility class. * * @category VuFind2 - * @package Support_Classes + * @package Db * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php b/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php index 6e9c6c56370bc0195bd1c9227f31a2730be867f0..92441b97776b19357e04ff2b3e5676b1a8d8d590 100644 --- a/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php +++ b/module/VuFind/src/VuFind/Db/Row/ChangeTracker.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\RowGateway\RowGateway; * Row Definition for change_tracker * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/Comments.php b/module/VuFind/src/VuFind/Db/Row/Comments.php index 2af98852a77b1105c93ea7b935ffa094d5c1a555..31a1cd6a1ce107b28bcb3f5f0598e3bf22bf7389 100644 --- a/module/VuFind/src/VuFind/Db/Row/Comments.php +++ b/module/VuFind/src/VuFind/Db/Row/Comments.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\RowGateway\RowGateway; * Row Definition for comments * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/OaiResumption.php b/module/VuFind/src/VuFind/Db/Row/OaiResumption.php index e54431a035286650f1641fe6548ca1fae2230172..3718e156699723737eeb35c29c8cf1058657c37c 100644 --- a/module/VuFind/src/VuFind/Db/Row/OaiResumption.php +++ b/module/VuFind/src/VuFind/Db/Row/OaiResumption.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\RowGateway\RowGateway; * Row Definition for oai_resumption * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/Resource.php b/module/VuFind/src/VuFind/Db/Row/Resource.php index 703f4693714e208b4864ec40e3f1b46b5a51b2c3..1b7e0c2a2a9d58ea18eb4753576f57d605c9ce41 100644 --- a/module/VuFind/src/VuFind/Db/Row/Resource.php +++ b/module/VuFind/src/VuFind/Db/Row/Resource.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -37,7 +37,7 @@ use VuFind\Date\Converter as DateConverter, * Row Definition for resource * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/ResourceTags.php b/module/VuFind/src/VuFind/Db/Row/ResourceTags.php index 27bf8f2a43f71bde7599cefcf5cada471943d8c5..35809a0b09d9986f71dbccb04002291b5943fdb4 100644 --- a/module/VuFind/src/VuFind/Db/Row/ResourceTags.php +++ b/module/VuFind/src/VuFind/Db/Row/ResourceTags.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\RowGateway\RowGateway; * Row Definition for resource_tags * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/Search.php b/module/VuFind/src/VuFind/Db/Row/Search.php index c833566dad7d08e51b1f8b148f135fda4d1c43c0..7b203a0f318f5238a930900ce1254472ed5bf8b1 100644 --- a/module/VuFind/src/VuFind/Db/Row/Search.php +++ b/module/VuFind/src/VuFind/Db/Row/Search.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\RowGateway\RowGateway; * Row Definition for search * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/Session.php b/module/VuFind/src/VuFind/Db/Row/Session.php index a88413b1b3209735a96b4b1dde805246b110d4c1..7742726c3a19a3e27164c6fdac0275a34d06b098 100644 --- a/module/VuFind/src/VuFind/Db/Row/Session.php +++ b/module/VuFind/src/VuFind/Db/Row/Session.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\RowGateway\RowGateway; * Row Definition for session * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/Tags.php b/module/VuFind/src/VuFind/Db/Row/Tags.php index e297c45531256115e673749f55b1f2dcf1f95b4b..35be1a912da05b3d395c20dccd9ccdaf8e8eceef 100644 --- a/module/VuFind/src/VuFind/Db/Row/Tags.php +++ b/module/VuFind/src/VuFind/Db/Row/Tags.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -33,7 +33,7 @@ use VuFind\Db\Table\Resource as ResourceTable, Zend\Db\RowGateway\RowGateway, * Row Definition for tags * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/User.php b/module/VuFind/src/VuFind/Db/Row/User.php index c238d37c34a50a44787493a3bd0ca30bf6c33139..0e64413f8cdda87c40e4234bd7a5510dd942c02d 100644 --- a/module/VuFind/src/VuFind/Db/Row/User.php +++ b/module/VuFind/src/VuFind/Db/Row/User.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -37,7 +37,7 @@ use VuFind\Db\Table\Resource as ResourceTable, VuFind\Db\Table\Tags as TagsTable * Row Definition for user * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/UserList.php b/module/VuFind/src/VuFind/Db/Row/UserList.php index 9d7f6aba0f7aaa977213945a89a7ca4280a30f58..f5cd5ef6f5c62ab538344f6d2ee77b52137e9f6b 100644 --- a/module/VuFind/src/VuFind/Db/Row/UserList.php +++ b/module/VuFind/src/VuFind/Db/Row/UserList.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -37,7 +37,7 @@ use VuFind\Db\Table\Resource as ResourceTable, VuFind\Db\Table\User as UserTable * Row Definition for user_list * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Row/UserResource.php b/module/VuFind/src/VuFind/Db/Row/UserResource.php index 78c80fb7486cd519f8c16ab14f22a0bf7cf16075..3fdb608fc7396f29b9d888150840b4e29e345898 100644 --- a/module/VuFind/src/VuFind/Db/Row/UserResource.php +++ b/module/VuFind/src/VuFind/Db/Row/UserResource.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\RowGateway\RowGateway; * Row Definition for user_resource * * @category VuFind2 - * @package DB_Models + * @package Db_Row * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php b/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php index 0b82b2ee006344daf6ab1b9d02ccaf611916b96c..c2689bbf3240d4e9bea71d712b08aa614ac6890f 100644 --- a/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php +++ b/module/VuFind/src/VuFind/Db/Table/ChangeTracker.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Db\Table; * Table Definition for change_tracker * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/Comments.php b/module/VuFind/src/VuFind/Db/Table/Comments.php index d1ff7cb00191384da738f03a87e8c84c6b7b3962..267513d8b0c3b3badeee2805a587f230610ad069 100644 --- a/module/VuFind/src/VuFind/Db/Table/Comments.php +++ b/module/VuFind/src/VuFind/Db/Table/Comments.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Db\Table; * Table Definition for comments * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/Gateway.php b/module/VuFind/src/VuFind/Db/Table/Gateway.php index dca21f00a2fa815fc3159cab792824edda31995a..d9c52cabad741c3b3b29a9f990eda7f5dea73abb 100644 --- a/module/VuFind/src/VuFind/Db/Table/Gateway.php +++ b/module/VuFind/src/VuFind/Db/Table/Gateway.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -34,7 +34,7 @@ use Zend\Db\TableGateway\AbstractTableGateway, * Generic VuFind table gateway. * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/OaiResumption.php b/module/VuFind/src/VuFind/Db/Table/OaiResumption.php index b312cf9d5a54a6f9f1c277327f7edc063a446e12..5cb5696ead3d73a6341115124e45ce0008c92f73 100644 --- a/module/VuFind/src/VuFind/Db/Table/OaiResumption.php +++ b/module/VuFind/src/VuFind/Db/Table/OaiResumption.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Db\Table; * Table Definition for oai_resumption * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/Resource.php b/module/VuFind/src/VuFind/Db/Table/Resource.php index 8ab7d0907f249710a07e55f49923f051075c73d7..375cd154fb38ed607b11fb8d472747de39d37949 100644 --- a/module/VuFind/src/VuFind/Db/Table/Resource.php +++ b/module/VuFind/src/VuFind/Db/Table/Resource.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Record, Zend\Db\Sql\Expression; * Table Definition for resource * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/ResourceTags.php b/module/VuFind/src/VuFind/Db/Table/ResourceTags.php index ef64828e4f62bb0a04066e84e9865ac0c26401af..a452abad0d31e2fe3de7722970cb932eb0e69fc0 100644 --- a/module/VuFind/src/VuFind/Db/Table/ResourceTags.php +++ b/module/VuFind/src/VuFind/Db/Table/ResourceTags.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\Sql\Expression; * Table Definition for resource_tags * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/Search.php b/module/VuFind/src/VuFind/Db/Table/Search.php index f8e385da1df747461569c2643e2166fe834d4fd4..37054eb3695e1d586c0b06b684f69178968b4716 100644 --- a/module/VuFind/src/VuFind/Db/Table/Search.php +++ b/module/VuFind/src/VuFind/Db/Table/Search.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use minSO; * Table Definition for search * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/Session.php b/module/VuFind/src/VuFind/Db/Table/Session.php index 144d928b9ff2619a0a0a2bcdcd2d1c176e1f4b63..02abf15ee3d54428d0001be10dbd6e03e7e14231 100644 --- a/module/VuFind/src/VuFind/Db/Table/Session.php +++ b/module/VuFind/src/VuFind/Db/Table/Session.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use VuFind\Exception\SessionExpired as SessionExpiredException; * Table Definition for session * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/Tags.php b/module/VuFind/src/VuFind/Db/Table/Tags.php index 22889383b569b34f282f6187573ac9b4a9242e4b..a334fa529047d88ede3afd941dd05b9b9ffe670f 100644 --- a/module/VuFind/src/VuFind/Db/Table/Tags.php +++ b/module/VuFind/src/VuFind/Db/Table/Tags.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Db\Sql\Expression; * Table Definition for tags * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/User.php b/module/VuFind/src/VuFind/Db/Table/User.php index d838fdb6dea8f44ed39cc48801c0e5f6e5268617..fe3ee38bd42dc300a7c6267f449d5cc53fcac32c 100644 --- a/module/VuFind/src/VuFind/Db/Table/User.php +++ b/module/VuFind/src/VuFind/Db/Table/User.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Db\Table; * Table Definition for user * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/UserList.php b/module/VuFind/src/VuFind/Db/Table/UserList.php index 32ccfe938400da87f3914821fe48146910768636..0cb5f2472256439602895314ebbfab67fbe780ee 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserList.php +++ b/module/VuFind/src/VuFind/Db/Table/UserList.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -34,7 +34,7 @@ use VuFind\Exception\LoginRequired as LoginRequiredException, * Table Definition for user_list * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Db/Table/UserResource.php b/module/VuFind/src/VuFind/Db/Table/UserResource.php index cad80c8a57298e88d8c9e363e074cdb842a4db2d..25b2a2e1b8580d4fa8b7642792a44ee752d39f22 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserResource.php +++ b/module/VuFind/src/VuFind/Db/Table/UserResource.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use VuFind\Db\Table\ResourceTags as ResourceTagsTable, Zend\Db\Sql\Expression; * Table Definition for user_resource * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Db/Table/UserStats.php b/module/VuFind/src/VuFind/Db/Table/UserStats.php index b49ce7f950aab8e5739d8f128e4de66fea3e3b0b..136b047ec217e7d176d19920b888665f4ddf6081 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserStats.php +++ b/module/VuFind/src/VuFind/Db/Table/UserStats.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Db\Table; * Table Definition for user statistics * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php b/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php index 10bdd494218f3c866a09ac5cfc951957355fbf29..3db8732adb24047ee0a21917e441357b7cee8043 100644 --- a/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php +++ b/module/VuFind/src/VuFind/Db/Table/UserStatsFields.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Db\Table; * Table Definition for statistics * * @category VuFind2 - * @package DB_Models + * @package Db_Table * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Export.php b/module/VuFind/src/VuFind/Export.php index 57ed33da2133bc154713b1b1473b49a4dcc7a9c1..4fb550a1b5407ad6e04ad6f3ee1583064d842496 100644 --- a/module/VuFind/src/VuFind/Export.php +++ b/module/VuFind/src/VuFind/Export.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Export * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Config\Reader as ConfigReader; * Export support class * * @category VuFind2 - * @package Support_Classes + * @package Export * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Http/Client.php b/module/VuFind/src/VuFind/Http/Client.php index 21d53d18703ab8c491a8ec154981892452f70b83..a9ed94952727309f457a3b9b108cdb0ca36383aa 100644 --- a/module/VuFind/src/VuFind/Http/Client.php +++ b/module/VuFind/src/VuFind/Http/Client.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Http * @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/system_classes Wiki @@ -35,7 +35,7 @@ use VuFind\Config\Reader as ConfigReader, Zend\Http\Client as BaseClient; * initializes proxy server support when requested by the configuration file. * * @category VuFind2 - * @package Support_Classes + * @package Http * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php index 9667400c69e27c2185359f6e6fad0a7d6f95bd93..5755208d696b2632eea7ef02cd2ac81f1a494947 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php @@ -249,7 +249,7 @@ class AlephTranslator * ILS Exception * * @category VuFind - * @package Support_Classes + * @package Exceptions * @author Vaclav Rosecky <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes#index_interface Wiki diff --git a/module/VuFind/src/VuFind/ILS/Logic/Holds.php b/module/VuFind/src/VuFind/ILS/Logic/Holds.php index 6b5d9f6a6872defe4ce9046bfb4f117d115a07e7..b7c44d5dfc7969c6c7f89d5e433835d7d564af61 100644 --- a/module/VuFind/src/VuFind/ILS/Logic/Holds.php +++ b/module/VuFind/src/VuFind/ILS/Logic/Holds.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -36,7 +36,7 @@ use VuFind\Config\Reader as ConfigReader, * Hold Logic Class * * @category VuFind2 - * @package Support_Classes + * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php index 9f41109508505eb776bf7f0d0da35a829bc90c53..7e80187635ffca6f285ebd1815df95a4fb5af933 100644 --- a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php +++ b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -36,7 +36,7 @@ use VuFind\Config\Reader as ConfigReader, * Title Hold Logic Class * * @category VuFind2 - * @package Support_Classes + * @package ILS_Logic * @author Demian Katz <demian.katz@villanova.edu> * @author Luke O'Sullivan <l.osullivan@swansea.ac.uk> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Mailer.php b/module/VuFind/src/VuFind/Mailer.php index 4f4d165b05fae58b72f17f7ff9b8015ad1651b68..38b480ea0c176ccdca9abda177e5cb17002cfa28 100644 --- a/module/VuFind/src/VuFind/Mailer.php +++ b/module/VuFind/src/VuFind/Mailer.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Mailer * @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/system_classes Wiki @@ -34,7 +34,7 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Exception\Mail as MailException * VuFind Mailer Class * * @category VuFind2 - * @package Support_Classes + * @package Mailer * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Mailer/SMS.php b/module/VuFind/src/VuFind/Mailer/SMS.php index 87e41edb2aee3bed9e92a3ab1f56b5be658b8deb..3255057c8b4c859a119eed2d4bdd0abed0ef6291 100644 --- a/module/VuFind/src/VuFind/Mailer/SMS.php +++ b/module/VuFind/src/VuFind/Mailer/SMS.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Mailer * @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/system_classes Wiki @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Exception\Mail as MailException * VuFind Mailer Class for SMS messages * * @category VuFind2 - * @package Support_Classes + * @package Mailer * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Mobile.php b/module/VuFind/src/VuFind/Mobile.php index b12fa8a1494374f20663585a48cd62d4bc3af588..d8869fe901593302df6ce3ca72c25329385e9ad2 100644 --- a/module/VuFind/src/VuFind/Mobile.php +++ b/module/VuFind/src/VuFind/Mobile.php @@ -26,7 +26,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Mobile * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://code.google.com/p/mobileesp/ MobileESP Project @@ -38,7 +38,7 @@ use VuFind\Config\Reader as ConfigReader; * Mobile Device Detection Wrapper * * @category VuFind2 - * @package Support_Classes + * @package Mobile * @author Andrew S. Nagy <vufind-tech@lists.sourceforge.net> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://code.google.com/p/mobileesp/ MobileESP Project diff --git a/module/VuFind/src/VuFind/Mvc/Router/ConsoleRouter.php b/module/VuFind/src/VuFind/Mvc/Router/ConsoleRouter.php index 1aeca23c3206cb532d233f9b59c60dab0c3aa472..e8a84609e79848f925ddc3f863a114b420fe8610 100644 --- a/module/VuFind/src/VuFind/Mvc/Router/ConsoleRouter.php +++ b/module/VuFind/src/VuFind/Mvc/Router/ConsoleRouter.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Mvc_Router * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -33,7 +33,7 @@ use Zend\Mvc\Router\Http\RouteMatch, Zend\Mvc\Router\RouteStackInterface, * VuFind Console Router * * @category VuFind2 - * @package Support_Classes + * @package Mvc_Router * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Mvc/View/Http/InjectTemplateListener.php b/module/VuFind/src/VuFind/Mvc/View/Http/InjectTemplateListener.php index 3276cca19706d038d7e2fe9ff0ff7c07b2a6d1fb..53dce0861284d6dd664d4a2da3c742f260ee3486 100644 --- a/module/VuFind/src/VuFind/Mvc/View/Http/InjectTemplateListener.php +++ b/module/VuFind/src/VuFind/Mvc/View/Http/InjectTemplateListener.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Mvc_View_Http * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ namespace VuFind\Mvc\View\Http; * default template configurations to something more appropriate for VuFind. * * @category VuFind2 - * @package Support_Classes + * @package Mvc_View_Http * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Record.php b/module/VuFind/src/VuFind/Record.php index a6d06f5ead07f194197590e764dfc5b828682b1d..31d016daefeeafc59b9ee433f634e2cf18773607 100644 --- a/module/VuFind/src/VuFind/Record.php +++ b/module/VuFind/src/VuFind/Record.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Record * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind; * Record loader * * @category VuFind2 - * @package SearchObject + * @package Record * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Base/Options.php b/module/VuFind/src/VuFind/Search/Base/Options.php index 5338e8eb54ecc0f40f76aa05af618d1cb8d7e31b..8324a3ee2de2521a87cc13bb0745e8a5d07d3421 100644 --- a/module/VuFind/src/VuFind/Search/Base/Options.php +++ b/module/VuFind/src/VuFind/Search/Base/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -34,7 +34,7 @@ use VuFind\Translator\Translator, Zend\Session\Container as SessionContainer; * This abstract class defines the option methods for modeling a search in VuFind. * * @category VuFind2 - * @package SearchObject + * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Base/Params.php b/module/VuFind/src/VuFind/Search/Base/Params.php index d8ab6da9668dee801d7d63c1590a41a3b02aee65..795e1103dc369968733859834d0a1d23771e3adc 100644 --- a/module/VuFind/src/VuFind/Search/Base/Params.php +++ b/module/VuFind/src/VuFind/Search/Base/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -35,7 +35,7 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Search\Options as SearchOptions * This abstract class defines the parameters methods for modeling a search in VuFind * * @category VuFind2 - * @package SearchObject + * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Base/Results.php b/module/VuFind/src/VuFind/Search/Base/Results.php index 9da03fa88bcf0e7022207e30366a97f92eac7e06..e176368d40032a791a1a9e7269347e4198b50b47 100644 --- a/module/VuFind/src/VuFind/Search/Base/Results.php +++ b/module/VuFind/src/VuFind/Search/Base/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -34,7 +34,7 @@ use VuFind\Search\UrlHelper, Zend\Paginator\Paginator; * This abstract class defines the results methods for modeling a search in VuFind. * * @category VuFind2 - * @package SearchObject + * @package Search_Base * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/EmptySet/Results.php b/module/VuFind/src/VuFind/Search/EmptySet/Results.php index 0946afb103172b98298a967dd6a638d47d1dcdd3..bdd0290f7396f5a40fce862489e9a8b72b0ab423 100644 --- a/module/VuFind/src/VuFind/Search/EmptySet/Results.php +++ b/module/VuFind/src/VuFind/Search/EmptySet/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_EmptySet * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use VuFind\Search\Base\Results as BaseResults; * exceptions that prevent a "real" search object from being constructed). * * @category VuFind2 - * @package SearchObject + * @package Search_EmptySet * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Favorites/Options.php b/module/VuFind/src/VuFind/Search/Favorites/Options.php index 59743349ed5705e4540d52b50ca3544221b46cba..a6daa12284a4f25e616c3cdce7b815fe77e9be08 100644 --- a/module/VuFind/src/VuFind/Search/Favorites/Options.php +++ b/module/VuFind/src/VuFind/Search/Favorites/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Base\Options as BaseOptions; * Search Favorites Options * * @category VuFind2 - * @package SearchObject + * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Favorites/Params.php b/module/VuFind/src/VuFind/Search/Favorites/Params.php index a2fe228fa46cccc241a2cf5ad126d0cd391506cc..1b0a7eb26b5ee8a62508f27d685281fa283366bb 100644 --- a/module/VuFind/src/VuFind/Search/Favorites/Params.php +++ b/module/VuFind/src/VuFind/Search/Favorites/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Base\Params as BaseParams; * Search Favorites Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Favorites/Results.php b/module/VuFind/src/VuFind/Search/Favorites/Results.php index 95a4fb009a035565920b93152061c49cf29ee464..ebdfeab098cd94526d15e7d635b3078c5121ed11 100644 --- a/module/VuFind/src/VuFind/Search/Favorites/Results.php +++ b/module/VuFind/src/VuFind/Search/Favorites/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -37,7 +37,7 @@ use VuFind\Db\Table\Resource as ResourceTable, * Search Favorites Results * * @category VuFind2 - * @package SearchObject + * @package Search_Favorites * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Memory.php b/module/VuFind/src/VuFind/Search/Memory.php index 89f4f67e6d9847cac9e7d1c5f534a8852137e8e4..574c8b965ca990f5dea99312d8a4cc0afa81527c 100644 --- a/module/VuFind/src/VuFind/Search/Memory.php +++ b/module/VuFind/src/VuFind/Search/Memory.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use Zend\Session\Container as SessionContainer; * Wrapper class to handle search memory * * @category VuFind2 - * @package Support_Classes + * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Minified.php b/module/VuFind/src/VuFind/Search/Minified.php index 0ababea39678c2cec97875c00d179a06ad5c6115..058ef06657a81572ec642df10bbe0addc555ff3c 100644 --- a/module/VuFind/src/VuFind/Search/Minified.php +++ b/module/VuFind/src/VuFind/Search/Minified.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search * @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/building_a_recommendations_module Wiki @@ -51,7 +51,7 @@ namespace VuFind\Search; * it is too late to easily rename it for standards compliance. * * @category VuFind2 - * @package SearchObject + * @package Search * @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/building_a_search_object Wiki diff --git a/module/VuFind/src/VuFind/Search/MixedList/Options.php b/module/VuFind/src/VuFind/Search/MixedList/Options.php index 0d24130da3ae11e06fc874475c2b5eb14a334b33..eeb1af49149738e9a54a38ce951fcfbf14d88a81 100644 --- a/module/VuFind/src/VuFind/Search/MixedList/Options.php +++ b/module/VuFind/src/VuFind/Search/MixedList/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Base\Options as BaseOptions; * Search Mixed List Options * * @category VuFind2 - * @package SearchObject + * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/MixedList/Params.php b/module/VuFind/src/VuFind/Search/MixedList/Params.php index 8e5821841aafba96a9d643b9f7429253a93c4cf2..2c383d1b67b3f078a89127878d7d062e54bfddc8 100644 --- a/module/VuFind/src/VuFind/Search/MixedList/Params.php +++ b/module/VuFind/src/VuFind/Search/MixedList/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Base\Params as BaseParams; * Search Mixed List Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/MixedList/Results.php b/module/VuFind/src/VuFind/Search/MixedList/Results.php index c8f180b8ae084a1e50854a709795d0d4bb487539..097ec572429e5a43fdd0686d57d3384233ba3612 100644 --- a/module/VuFind/src/VuFind/Search/MixedList/Results.php +++ b/module/VuFind/src/VuFind/Search/MixedList/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Record, VuFind\Search\Base\Results as BaseResults; * Search Mixed List Results * * @category VuFind2 - * @package SearchObject + * @package Search_MixedList * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Options.php b/module/VuFind/src/VuFind/Search/Options.php index 9c95b53bd7e06da44e78be95b52746bac885bfe4..e32b671b07e85656b9e5b5876d15c374a8815108 100644 --- a/module/VuFind/src/VuFind/Search/Options.php +++ b/module/VuFind/src/VuFind/Search/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Search; * Instance store for obtaining default search options objects. * * @category VuFind2 - * @package SearchObject + * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Solr/Options.php b/module/VuFind/src/VuFind/Search/Solr/Options.php index 9bedbe4c2ca5ba92569ede15e98a6547c344a212..34d714f27ac437569e2f8ee9b4f87f29812be178 100644 --- a/module/VuFind/src/VuFind/Search/Solr/Options.php +++ b/module/VuFind/src/VuFind/Search/Solr/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader, * Solr Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Solr/Params.php b/module/VuFind/src/VuFind/Search/Solr/Params.php index 935798ed6efb131f24e299a6fc964587ef9c2d4b..8238be6e064f93e48f7a615ad4b677bb9081063c 100644 --- a/module/VuFind/src/VuFind/Search/Solr/Params.php +++ b/module/VuFind/src/VuFind/Search/Solr/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader, * Solr Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Solr/Results.php b/module/VuFind/src/VuFind/Search/Solr/Results.php index fe09913061838ccc03e524a603eb1a9ac582cc05..baa274219611af11de0bee2890cb6116363fcdf1 100644 --- a/module/VuFind/src/VuFind/Search/Solr/Results.php +++ b/module/VuFind/src/VuFind/Search/Solr/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -37,7 +37,7 @@ use VuFind\Config\Reader as ConfigReader, * Solr Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_Solr * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Options.php b/module/VuFind/src/VuFind/Search/SolrAuth/Options.php index 6b6e34154f05c40ab0d30bc8f0740443edfd324f..456536eefab276828f3d2f92e5d8227a82c1c8fa 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use VuFind\Search\Solr\Options as SolrOptions; * Solr Authority Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Params.php b/module/VuFind/src/VuFind/Search/SolrAuth/Params.php index cae5e038415f8668a9b6752b84e773d90062e06b..d8cf08c0ed8fafea00fc81330ef50f48c533c29e 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use VuFind\Search\Solr\Params as SolrParams; * Solr Authority Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php index a31d958c75e84b87ec2eab35886915c0894598d3..fdeb771832dfa9d25eee53aae9a17e70e076d7fa 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuth/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuth/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -34,7 +34,7 @@ use VuFind\RecordDriver\SolrAuth as SolrAuthRecord, * Solr Authority Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuth * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php b/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php index 3e5646fb8ae0977fc68fc35a8a426df514c639ae..1f87ca1a61b1f9c0289a206d4550e5d30dfd52e6 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthor/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Solr\Options as SolrOptions; * Author Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php b/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php index ba6f8cf280a1a25193f61b0c3a75a9cee175f76f..77ba4c375f7b908462b66c26f5dbaa1457a3dc0e 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthor/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Search\Solr\Params as SolrParam * Author Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php b/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php index 26256969ef0204eedaa17c1ad3b1d90171fa4866..d1b6ba4988a773c1ece310210c817a373572e8ad 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthor/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Solr\Results as SolrResults; * Author Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthor * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php index a123ecf704f8ccd0aaa42312c720da209195c586..228616362d2880f89517af504855421a8a3b682d 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Solr\Options as SolrOptions; * AuthorFacets Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php index 5072f4ef3ff53a9767dbbbf4e529a91d54fd3d0d..36ee5927f820889279509d396d94ae45435cdfcc 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Solr\Params as SolrParams; * AuthorFacets Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php index 96213845d25501a8671f32a95a12db577e8e50f2..4054b6ca47d3a5508852c9d0a57db9991e38ef95 100644 --- a/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrAuthorFacets/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -33,7 +33,7 @@ use VuFind\Connection\Manager as ConnectionManager, * AuthorFacets Search Results * * @category VuFind2 - * @package SearchObject + * @package Search_SolrAuthorFacets * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Options.php b/module/VuFind/src/VuFind/Search/SolrReserves/Options.php index 43c34fac3d37e9a57507fd108329906209558df2..897dc4b76f2718a73f38e459563319221f4821ee 100644 --- a/module/VuFind/src/VuFind/Search/SolrReserves/Options.php +++ b/module/VuFind/src/VuFind/Search/SolrReserves/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\Search\Solr\Options as SolrOptions; * Solr Reserves Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Params.php b/module/VuFind/src/VuFind/Search/SolrReserves/Params.php index 800844c181e8a9005371be20c0b8bbe0b09ae2dc..d05ff81c4eb3379504541b7ca5d309fc82060019 100644 --- a/module/VuFind/src/VuFind/Search/SolrReserves/Params.php +++ b/module/VuFind/src/VuFind/Search/SolrReserves/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -33,7 +33,7 @@ use VuFind\Search\Solr\Params as SolrParams; * Solr Reserves Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php index f197deffd495cd5ffa99756de26565b9328a71fb..01f2e17a51f9862c72b5366a31b8a15fbb851226 100644 --- a/module/VuFind/src/VuFind/Search/SolrReserves/Results.php +++ b/module/VuFind/src/VuFind/Search/SolrReserves/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License @@ -35,7 +35,7 @@ use VuFind\RecordDriver\SolrReserves as SolrReservesRecord, * Solr Reserves Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_SolrReserves * @author Demian Katz <demian.katz@villanova.edu> * @author Tuan Nguyen <tuan@yorku.ca> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License diff --git a/module/VuFind/src/VuFind/Search/Summon/Options.php b/module/VuFind/src/VuFind/Search/Summon/Options.php index 273a6f1d2f06bff121ba99916883c97dd84b582e..8bddbba2c781678498c1ce20e49f13d3234144e2 100644 --- a/module/VuFind/src/VuFind/Search/Summon/Options.php +++ b/module/VuFind/src/VuFind/Search/Summon/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader, * Summon Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Summon/Params.php b/module/VuFind/src/VuFind/Search/Summon/Params.php index 62bfed7539055e13be72aaf28522404ae2ac99a1..008236c34357613c2af6d7e9d1a4b945b5b08953 100644 --- a/module/VuFind/src/VuFind/Search/Summon/Params.php +++ b/module/VuFind/src/VuFind/Search/Summon/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use VuFind\Search\Base\Params as BaseParams; * Summon Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Summon/Results.php b/module/VuFind/src/VuFind/Search/Summon/Results.php index 5fe016b25ae27aff26ee6f6ab9be436c39e02775..89fd85cc3d22274704c3dfd439f9181c56bf1048 100644 --- a/module/VuFind/src/VuFind/Search/Summon/Results.php +++ b/module/VuFind/src/VuFind/Search/Summon/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -38,7 +38,7 @@ use VuFind\Config\Reader as ConfigReader, * Summon Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/Tags/Options.php b/module/VuFind/src/VuFind/Search/Tags/Options.php index 36c58e6acb49aa52e39bdf2eadf7c609794a3804..940b1a178585b2378b84203230b097c9ca90f115 100644 --- a/module/VuFind/src/VuFind/Search/Tags/Options.php +++ b/module/VuFind/src/VuFind/Search/Tags/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Base\Options as BaseOptions; * Search Tags Options * * @category VuFind2 - * @package SearchObject + * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Tags/Params.php b/module/VuFind/src/VuFind/Search/Tags/Params.php index 657de06cf86f9a954a47f2af16765a90c4a68a0b..272e10ab378e989862729585ebac6827e62105e8 100644 --- a/module/VuFind/src/VuFind/Search/Tags/Params.php +++ b/module/VuFind/src/VuFind/Search/Tags/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use VuFind\Search\Base\Params as BaseParams; * Search Tags Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/Tags/Results.php b/module/VuFind/src/VuFind/Search/Tags/Results.php index 2f7a356a15f52e68ef49395c9195102cddc0c188..da108fe122da5ab1b1011d97e493e3f1079da5b6 100644 --- a/module/VuFind/src/VuFind/Search/Tags/Results.php +++ b/module/VuFind/src/VuFind/Search/Tags/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -33,7 +33,7 @@ use VuFind\Db\Table\Tags as TagsTable, VuFind\Record, * Search Tags Results * * @category VuFind2 - * @package SearchObject + * @package Search_Tags * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/UrlHelper.php b/module/VuFind/src/VuFind/Search/UrlHelper.php index 31ad91cefcdeb9d5ff61f00dabad3347a1b6b568..1bb8f5e68ed5b61a589faaf1b360914efd4a1981 100644 --- a/module/VuFind/src/VuFind/Search/UrlHelper.php +++ b/module/VuFind/src/VuFind/Search/UrlHelper.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package View_Helpers + * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Search; * Class to help build URLs and forms in the view based on search settings. * * @category VuFind2 - * @package View_Helpers + * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Search/WorldCat/Options.php b/module/VuFind/src/VuFind/Search/WorldCat/Options.php index 37f74ee0d4922d192e44984d79e4107e01b22252..0f5947c1d3ddd2af6786e7a68ba35e636fbdefe1 100644 --- a/module/VuFind/src/VuFind/Search/WorldCat/Options.php +++ b/module/VuFind/src/VuFind/Search/WorldCat/Options.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader, * WorldCat Search Options * * @category VuFind2 - * @package SearchObject + * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/WorldCat/Params.php b/module/VuFind/src/VuFind/Search/WorldCat/Params.php index 1e3a75569644d42740487de01b2a310d2d1abd72..562355f06063b00e45d24cd65fab489261c65d40 100644 --- a/module/VuFind/src/VuFind/Search/WorldCat/Params.php +++ b/module/VuFind/src/VuFind/Search/WorldCat/Params.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -32,7 +32,7 @@ use VuFind\Search\Base\Params as BaseParams; * WorldCat Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/WorldCat/Results.php b/module/VuFind/src/VuFind/Search/WorldCat/Results.php index 6b7ee72b8b639b97e6af62c3816fd4c306c0b9fe..37b1f2d6ec98fb7e60e47c84bd7e115ff2439521 100644 --- a/module/VuFind/src/VuFind/Search/WorldCat/Results.php +++ b/module/VuFind/src/VuFind/Search/WorldCat/Results.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -36,7 +36,7 @@ use VuFind\Config\Reader as ConfigReader, * WorldCat Search Parameters * * @category VuFind2 - * @package SearchObject + * @package Search_WorldCat * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Search/minSO.php b/module/VuFind/src/VuFind/Search/minSO.php index e6ce8bae2877596d29b3fe1f8c2ff23f940100ab..9be5dbae0430e875c91f2c18d3f9d95a0264b960 100644 --- a/module/VuFind/src/VuFind/Search/minSO.php +++ b/module/VuFind/src/VuFind/Search/minSO.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package SearchObject + * @package Search * @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/building_a_recommendations_module Wiki @@ -32,7 +32,7 @@ * standards, but we cannot easily change it due to legacy compatibility issues. * * @category VuFind2 - * @package SearchObject + * @package Search * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/SimpleXML.php b/module/VuFind/src/VuFind/SimpleXML.php index ec08ff176ed57d9610e18170f22c863580629eb5..a3a8f6b85010f776dc8c867063b8a5ac46a36820 100644 --- a/module/VuFind/src/VuFind/SimpleXML.php +++ b/module/VuFind/src/VuFind/SimpleXML.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package SimpleXML * @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/system_classes Wiki @@ -31,7 +31,7 @@ namespace VuFind; * VuFind SimpleXML enhancement functionality * * @category VuFind2 - * @package Support_Classes + * @package SimpleXML * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Sitemap.php b/module/VuFind/src/VuFind/Sitemap.php index 70fc72e0295eacf11bb34981390fb6110893be7b..c3b507f782c11fcccb30e354ef57cf95faba297f 100644 --- a/module/VuFind/src/VuFind/Sitemap.php +++ b/module/VuFind/src/VuFind/Sitemap.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -33,7 +33,7 @@ use VuFind\Config\Reader as ConfigReader, * Class for generating sitemaps * * @category VuFind2 - * @package Support_Classes + * @package Sitemap * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Solr/Utils.php b/module/VuFind/src/VuFind/Solr/Utils.php index 86f98df01b43d16908ef500e199bed12e850754c..09410e304e77c2366bbd01cbb2d97441e60a0840 100644 --- a/module/VuFind/src/VuFind/Solr/Utils.php +++ b/module/VuFind/src/VuFind/Solr/Utils.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Solr * @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/system_classes Wiki @@ -35,7 +35,7 @@ namespace VuFind\Solr; * between the Solr and Summon classes. * * @category VuFind2 - * @package Support_Classes + * @package Solr * @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/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Statistics/Record.php b/module/VuFind/src/VuFind/Statistics/Record.php index d4bf0f9789b31b6b0bf53631e5a9dc36096c62e6..a5aaa54fa43f0bdc6488814fda1d9ea8f22d6fff 100644 --- a/module/VuFind/src/VuFind/Statistics/Record.php +++ b/module/VuFind/src/VuFind/Statistics/Record.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki @@ -31,7 +31,7 @@ namespace VuFind\Statistics; * VuFind Statistics Class for Record Views * * @category VuFind2 - * @package Support_Classes + * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Statistics/Search.php b/module/VuFind/src/VuFind/Statistics/Search.php index 246819fbe1385419743539fd34ddf88b860a2518..d6eefca84d8c1c6e280952b6b4fafa387a81afe8 100644 --- a/module/VuFind/src/VuFind/Statistics/Search.php +++ b/module/VuFind/src/VuFind/Statistics/Search.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki @@ -31,7 +31,7 @@ namespace VuFind\Statistics; * VuFind Statistics Class for Searches * * @category VuFind2 - * @package Support_Classes + * @package Statistics * @author Chris Hallberg <challber@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org/wiki/system_classes Wiki diff --git a/module/VuFind/src/VuFind/Summon.php b/module/VuFind/src/VuFind/Summon.php index 0cffb9de9cfd58d74a6e59d2cbc8833dd1d41b47..ee8597a651534c013b6a5ebfb2d7fbfd1db20981 100644 --- a/module/VuFind/src/VuFind/Summon.php +++ b/module/VuFind/src/VuFind/Summon.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -31,7 +31,7 @@ namespace VuFind; * Summon support functions. * * @category VuFind2 - * @package Support_Classes + * @package Summon * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/Tags.php b/module/VuFind/src/VuFind/Tags.php index b19d7baa6f6fae14f2a1e1bab62f89d3eaf64c92..89f0fafc1622d815ebf6cafd05c8be0eb8d75561 100644 --- a/module/VuFind/src/VuFind/Tags.php +++ b/module/VuFind/src/VuFind/Tags.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Tags * @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/ Wiki @@ -31,7 +31,7 @@ namespace VuFind; * VuFind tag processing logic * * @category VuFind2 - * @package Support_Classes + * @package Tags * @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/ Wiki diff --git a/module/VuFind/src/VuFind/Theme/Initializer.php b/module/VuFind/src/VuFind/Theme/Initializer.php index ace03fc5b4911b06d44b6e85a150a453cdc5463e..009e837efee1837d950ea9ea1ffe18382aa0e03c 100644 --- a/module/VuFind/src/VuFind/Theme/Initializer.php +++ b/module/VuFind/src/VuFind/Theme/Initializer.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -37,7 +37,7 @@ use VuFind\Mobile, * VuFind Theme Initializer * * @category VuFind2 - * @package Support_Classes + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Theme/ResourceContainer.php b/module/VuFind/src/VuFind/Theme/ResourceContainer.php index 466ee7c0c14c18d7c2844a83991af3be743f77ff..9ddfc53a48697e5c39b0b886bce503b4d3758419 100644 --- a/module/VuFind/src/VuFind/Theme/ResourceContainer.php +++ b/module/VuFind/src/VuFind/Theme/ResourceContainer.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -31,7 +31,7 @@ namespace VuFind\Theme; * VuFind Theme Public Resource Handler (for CSS, JS, etc.) * * @category VuFind2 - * @package Support_Classes + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Theme/Tools.php b/module/VuFind/src/VuFind/Theme/Tools.php index 72124831e20a767402423c7ac576b931e50a570d..60c71a4a651e276c56317e72b93117674b0c5285 100644 --- a/module/VuFind/src/VuFind/Theme/Tools.php +++ b/module/VuFind/src/VuFind/Theme/Tools.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -32,7 +32,7 @@ use Zend\Session\Container as SessionContainer; * VuFind Theme Support Methods * * @category VuFind2 - * @package Support_Classes + * @package Theme * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php b/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php index 083bb2aed257c47ce237dd93eeb6fd214d47fc4c..b71ad161504c339b3c64cb7d8f1f7578d9e566c8 100644 --- a/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php +++ b/module/VuFind/src/VuFind/Translator/Loader/ExtendedIni.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site @@ -34,7 +34,7 @@ use Zend\I18n\Translator\Loader\Exception\InvalidArgumentException, * Handles the language loading and language file parsing * * @category VuFind2 - * @package Support_Classes + * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://vufind.org Main Site diff --git a/module/VuFind/src/VuFind/Translator/Translator.php b/module/VuFind/src/VuFind/Translator/Translator.php index 0136c9d34aa3f5bf9ba298f3b6b7420e552685ce..f0966980fe4e723529135b21d76c46f5744f4702 100644 --- a/module/VuFind/src/VuFind/Translator/Translator.php +++ b/module/VuFind/src/VuFind/Translator/Translator.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page @@ -36,7 +36,7 @@ use VuFind\Cache\Manager as CacheManager, * TODO -- eliminate this (using DI?) * * @category VuFind2 - * @package Support_Classes + * @package Translator * @author Demian Katz <demian.katz@villanova.edu> * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link http://www.vufind.org Main Page diff --git a/module/VuFind/src/VuFind/XSLT/Importer.php b/module/VuFind/src/VuFind/XSLT/Importer.php index ce3eaa92580dcd02721fd5211f56c7b9051b785f..36aaefd35fb0ec5c859af1e009c605d9988a3a86 100644 --- a/module/VuFind/src/VuFind/XSLT/Importer.php +++ b/module/VuFind/src/VuFind/XSLT/Importer.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package XSLT * @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/ Wiki @@ -34,7 +34,7 @@ use DOMDocument, VuFind\Config\Reader as ConfigReader, * VuFind XSLT importer * * @category VuFind2 - * @package Support_Classes + * @package XSLT * @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/ Wiki diff --git a/module/VuFind/src/VuFind/XSLT/Processor.php b/module/VuFind/src/VuFind/XSLT/Processor.php index d7e45ecaa8ad6926e105d2626b8066db423dbf88..37a01f3aca5da620887a854336394980cfac32e9 100644 --- a/module/VuFind/src/VuFind/XSLT/Processor.php +++ b/module/VuFind/src/VuFind/XSLT/Processor.php @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @category VuFind2 - * @package Support_Classes + * @package XSLT * @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/ Wiki @@ -32,7 +32,7 @@ use DOMDocument, XSLTProcessor; * VuFind XSLT wrapper * * @category VuFind2 - * @package Support_Classes + * @package XSLT * @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/ Wiki