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

	return $this;
}