• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/requests/shipment.php
  • Класс: BitrixSaleDeliveryRequestsShipmentTable
  • Вызов: ShipmentTable::validateType
static function validateType()
{
	return array(
		new EntityValidatorLength(null, 50),
	);
}