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

	return $this;
}