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

	return $this;
}