• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/LogMessage/PaymentViewed.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\LogMessage\PaymentViewed
  • Вызов: PaymentViewed::getContentBlocks
public function getContentBlocks(): ?array
{
	return [
		'details' => $this->getPaymentDetailsContentBlock(),
	];
}