• Модуль: faceid
  • Путь к файлу: ~/bitrix/modules/faceid/lib/agreement.php
  • Класс: BitrixFaceidAgreementTable
  • Вызов: AgreementTable::validateIpAddress
static function validateIpAddress()
{
	return array(
		new EntityValidatorLength(null, 39),
	);
}