From 553e75fb41cbb4b9622a7c817bd385a38f54f96c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 12 Sep 2012 12:48:29 -0400 Subject: [PATCH] Added comment. --- .../src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php b/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php index da81af015a4..aafa5012f94 100644 --- a/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php +++ b/module/VuFind/src/VuFind/Theme/Root/Helper/AbstractServiceLocator.php @@ -42,6 +42,11 @@ use Zend\ServiceManager\ServiceLocatorInterface, abstract class AbstractServiceLocator extends AbstractHelper implements ServiceLocatorAwareInterface { + /** + * Service locator + * + * @var ServiceLocatorInterface + */ protected $serviceLocator; /** -- GitLab