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

	return $this;
}