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