• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Footer.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Footer
  • Вызов: Footer::toArray
public function toArray(): array
{
	return [
		'buttons' => $this->getButtons(),
		'additionalButtons' => $this->getAdditionalButtons(),
		'menu' => $this->getMenu(),
	];
}