• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/table.php
  • Класс: Bitrix\Sale\Delivery\Services\Table
  • Вызов: Table::validateCode
static function validateCode()
{
	return array(
		new Entity\Validator\Length(null, 50),
	);
}