Interface for factories that can create delegates for services
createDelegatorWithName(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, string $name, string $requestedName, \Zend\ServiceManager\callable $callback) : mixed
\Zend\ServiceManager\ServiceLocatorInterface
the service locator which requested the service
string
the normalized service name
string
the requested service name
\Zend\ServiceManager\callable
the callback that is responsible for creating the service
mixed