ContainerInteropDoctrine\AbstractFactory::createWithConfig PHP Method

createWithConfig() abstract protected method

Creates a new instance from a specified config.
abstract protected createWithConfig ( Interop\Container\ContainerInterface $container, string $configKey ) : mixed
$container Interop\Container\ContainerInterface
$configKey string
return mixed
    protected abstract function createWithConfig(ContainerInterface $container, $configKey);