• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout
  • Вызов: Layout::toArray
public function toArray(): array
{
	return [
		'icon' => $this->getIcon(),
		'header' => $this->getHeader(),
		'body' => $this->getBody(),
		'footer' => $this->getFooter(),
		'marketPanel' => $this->getMarketPanel(),
		'isLogMessage' => $this->isLogMessage(),
	];
}