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

	return $this;
}