Skip to content
Snippets Groups Projects
Commit d786e2e7 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing comments.

parent 2eb293e6
No related merge requests found
......@@ -42,9 +42,32 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Crypt\HMAC,
*/
class Holds
{
/**
* Auth manager object
*
* @var \VuFind\Auth\Manager
*/
protected $account;
/**
* Catalog connection object
*
* @var ILSConnection
*/
protected $catalog;
/**
* VuFind configuration
*
* @var \Zend\Config\Config
*/
protected $config;
/**
* Holding locations to hide from display
*
* @var array
*/
protected $hideHoldings = array();
/**
......
......@@ -42,9 +42,32 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Crypt\HMAC,
*/
class TitleHolds
{
/**
* Auth manager object
*
* @var \VuFind\Auth\Manager
*/
protected $account;
/**
* Catalog connection object
*
* @var ILSConnection
*/
protected $catalog;
/**
* VuFind configuration
*
* @var \Zend\Config\Config
*/
protected $config;
/**
* Holding locations to hide from display
*
* @var array
*/
protected $hideHoldings = array();
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment