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

	return $this;
}