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