The interface Zend\ServiceManager\InitializerInterface has been deprecated with message: Use Zend\ServiceManager\Initializer\InitializerInterface instead.
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be
removed from the class and what other constant to use instead.
Loading history...
13
{
14
15
/**
16
* Initialize
17
*
18
* @param $instance
19
* @param ServiceLocatorInterface $serviceLocator
20
* @return mixed
21
*/
22
2
public function initialize($instance, ServiceLocatorInterface $serviceLocator)
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.