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

Added missing property declarations.

parent 0afeb795
Branches
Tags
No related merge requests found
...@@ -43,6 +43,13 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Exception\ILS as ILSException, ...@@ -43,6 +43,13 @@ use VuFind\Config\Reader as ConfigReader, VuFind\Exception\ILS as ILSException,
*/ */
class NoILS extends AbstractBase implements ServiceLocatorAwareInterface class NoILS extends AbstractBase implements ServiceLocatorAwareInterface
{ {
/**
* Service locator
*
* @var ServiceLocatorInterface
*/
protected $serviceLocator;
/** /**
* Initialize the driver. * Initialize the driver.
* *
......
...@@ -48,6 +48,13 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface ...@@ -48,6 +48,13 @@ class Symphony extends AbstractBase implements ServiceLocatorAwareInterface
protected $policyCache = false; protected $policyCache = false;
protected $policies; protected $policies;
/**
* Service locator
*
* @var ServiceLocatorInterface
*/
protected $serviceLocator;
/** /**
* Initialize the driver. * Initialize the driver.
* *
......
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