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