diff --git a/module/VuFind/src/VuFind/ILS/Driver/Polaris.php b/module/VuFind/src/VuFind/ILS/Driver/Polaris.php index d3931fc13a9ff7f5129897bc18c849fe6d0ce9b6..503e2c423fa6b54162798bb19098c451735b37ba 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Polaris.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Polaris.php @@ -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; /**