• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/rest.php
  • Класс: BitrixTimemanRest
  • Вызов: Rest::networkRangeGet
static function networkRangeGet($query, $n, CRestServer $server)
{
	if (!self::isAdmin())
	{
		throw new BitrixRestRestException("You don't have access to user this method", "ACCESS_ERROR", CRestServer::STATUS_WRONG_REQUEST);
	}

	return BitrixTimemanCommon::getOptionNetworkRange();
}