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