ZF\Apigility\DbConnectedResourceAbstractFactory::createServiceWithName PHP Метод

createServiceWithName() публичный Метод

Provided for backwards compatibility; proxies to __invoke().
public createServiceWithName ( Zend\ServiceManager\ServiceLocatorInterface $container, string $name, string $requestedName ) : ZF\Rest\Resource
$container Zend\ServiceManager\ServiceLocatorInterface
$name string
$requestedName string
Результат ZF\Rest\Resource
    public function createServiceWithName(ServiceLocatorInterface $container, $name, $requestedName)
    {
        return $this($container, $requestedName);
    }