Zend\ServiceManager\AbstractFactoryInterface::createServiceWithName PHP Method

createServiceWithName() public method

Create service with name
public createServiceWithName ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, $name, $requestedName ) : mixed
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
$name
$requestedName
return mixed
    public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName);