• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::loadPropertyCollection
public function loadPropertyCollection(): ShipmentPropertyValueCollection
{
	$registry = Registry::getInstance(static::getRegistryType());
	/** @var ShipmentPropertyValueCollection $propertyCollectionClassName */
	$propertyCollectionClassName = $registry->getShipmentPropertyValueCollectionClassName();

	return $propertyCollectionClassName::load($this);
}