Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/repository/location/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/location/lib/repository/location/isource.php

<?php
namespace Bitrix\Location\Repository\Location;

/**
 * Interface ISource
 * @package Bitrix\Location\Repository\Location
 */
interface ISource extends IRepository
{
	/**
	 * Returns source code
	 * @return string
	 */
	public static function getSourceCode(): string;
}