• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Header/ChangeStreamButton.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Header\ChangeStreamButton
  • Вызов: ChangeStreamButton::setTypePin
public function setTypePin(): self
{
	$this->setType(self::TYPE_PIN);
	$this->setTitle(Loc::getMessage('CRM_TIMELINE_MENU_FASTEN'));

	return $this;
}