Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/location/lib/source/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/location/lib/source/iconfigfactory.php |
<?php namespace Bitrix\Location\Source; use Bitrix\Location\Entity\Source\Config; interface IConfigFactory { public function createConfig(): Config; }