• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/order.php
  • Класс: Bitrix\Crm\Order\Order
  • Вызов: Order::getContactCompanyCollection
public function getContactCompanyCollection()
{
	if (!$this->contactCompanyCollection)
	{
		$this->contactCompanyCollection = $this->loadContactCompanyCollection();
	}

	return $this->contactCompanyCollection;
}