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

	return $this;
}