• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout
  • Вызов: Layout::setFooter
public function setFooter(?Footer $footer): self
{
	$this->footer = $footer;

	return $this;
}