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

Added comments.

parent ba1d63a5
No related merge requests found
......@@ -41,10 +41,39 @@ use VuFind\Config\Reader as ConfigReader,
*/
class Polaris extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterface
{
/**
* Web services host
*
* @var string
*/
protected $ws_host;
/**
* Web services application path
*
* @var string
*/
protected $ws_app;
/**
* Web services ID
*
* @var string
*/
protected $ws_api_id;
/**
* Web services key
*
* @var string
*/
protected $ws_api_key;
/**
* Web services requesting organization ID
*
* @var string
*/
protected $ws_requestingorgid;
/**
......
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