• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/google.php
  • Класс: CGoogleOAuthInterface
  • Вызов: CGoogleOAuthInterface::addScope
public function addScope($scope)
{
	parent::addScope($scope);

	$this->saveScope();

	return $this;
}