• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/userprops.php
  • Класс: BitrixSaleInternalsUserPropsTable
  • Вызов: UserPropsTable::getNameValidators
static function getNameValidators()
{
	return array(
		new ValidatorLength(1, 255),
	);
}