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

	return $this->propertyCollection;
}