Methods

Determine if we can create a service with name

canCreateServiceWithName(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, $name, $requestedName) : bool

Parameters

$name

$requestedName

Returns

bool

Create service with name

createServiceWithName(\Zend\ServiceManager\ServiceLocatorInterface $serviceLocator, $name, $requestedName) : mixed

Parameters

$name

$requestedName

Returns

mixed