• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/EcommerceDocumentsList.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\EcommerceDocumentsList
  • Вызов: EcommerceDocumentsList::getProperties
protected function getProperties(): array
{
	return [
		'summaryOptions' => $this->getSummaryOptions(),
		'ownerId' => $this->getOwnerId(),
		'ownerTypeId' => $this->getOwnerTypeId(),
		'isWithOrdersMode' => $this->isWithOrdersMode(),
	];
}