• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::getPropertyCollection
public function getPropertyCollection(): ShipmentPropertyValueCollection
{
	if(empty($this->propertyCollection))
	{
		$this->propertyCollection = $this->loadPropertyCollection();
	}

	return $this->propertyCollection;
}