• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/Text.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\Text
  • Вызов: Text::getIsBold
public function getIsBold(): ?bool
{
	if (is_null($this->fontWeight))
	{
		return null;
	}

	return $this->fontWeight === self::FONT_WEIGHT_BOLD;
}