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