• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/group.php
  • Класс: CAllSocNetGroup
  • Вызов: CAllSocNetGroup::__ValidateID
static function __ValidateID($ID): bool
{
	global $APPLICATION;

	if (intval($ID)."|" == $ID."|")
		return true;

	$APPLICATION->ThrowException(GetMessage("SONET_WRONG_PARAMETER_ID"), "ERROR_NO_ID");
	return false;
}