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

	return $this;
}