• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/journal.php
  • Класс: BitrixSaleTradingPlatformVkJournal
  • Вызов: Journal::getJournal
private function getJournal()
{
	$resJournal = ExportProfileTable::getList(array(
			"filter" => array('=ID' => $this->exportId),
			"select" => array("JOURNAL"),
		)
	);
	$journal = $resJournal->fetch();
	
	return $journal["JOURNAL"];
}