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

	return $this;
}