• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Header/InfoHelper.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Header\InfoHelper
  • Вызов: InfoHelper::addText
public function addText(InfoHelperText $textBlock): self
{
	$this->textBlocks[] = $textBlock;

	return $this;
}