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