• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/google.php
  • Класс: CGoogleOAuthInterface
  • Вызов: CGoogleOAuthInterface::getScopeEncode
public function getScopeEncode()
{
	return implode('+', array_map('urlencode', array_unique($this->getScope())));
}