• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Footer.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Footer
  • Вызов: Footer::setButtons
public function setButtons(array $buttons): self
{
	$this->buttons = [];
	foreach ($buttons as $id => $button)
	{
		$this->addButton((string)$id, $button);
	}

	return $this;
}