Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/infrastructure/service/config/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/location/lib/infrastructure/service/config/ifactory.php

<?php

namespace Bitrix\Location\Infrastructure\Service\Config;

/**
 * Interface IServiceConfigFactory
 * @package Bitrix\Location\Infrastructure\Service\Config
 */
interface IFactory
{
	/**
	 * @param string $serviceType Service class
	 * @return Container|bool
	 */
	public static function createConfig(string $serviceType): Container;
}