• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/entity/identificator/complex.php
  • Класс: Bitrix\Crm\Entity\Identificator\Complex
  • Вызов: Complex::validateId
static function validateId($id)
{
	return !empty($id) && is_numeric($id);
}