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