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

Added missing comments/properties.

parent efc15494
No related merge requests found
......@@ -43,6 +43,11 @@ use Zend\ServiceManager\ServiceLocatorInterface,
abstract class AbstractSearchManagerAwareModule implements RecommendInterface,
ServiceLocatorAwareInterface
{
/**
* Service locator
*
* @var ServiceLocatorInterface
*/
protected $serviceLocator;
/**
......
......@@ -40,6 +40,13 @@ use Zend\ServiceManager\ServiceLocatorAwareInterface,
*/
class Loader implements ServiceLocatorAwareInterface
{
/**
* Service locator
*
* @var ServiceLocatorInterface
*/
protected $serviceLocator;
/**
* Temporary method to get instance of object -- TODO: eliminate in place of
* service manager after further refactoring.
......
......@@ -41,6 +41,11 @@ use Zend\ServiceManager\ServiceLocatorInterface,
abstract class AbstractServiceLocator implements RelatedInterface,
ServiceLocatorAwareInterface
{
/**
* Service locator
*
* @var ServiceLocatorInterface
*/
protected $serviceLocator;
/**
......
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