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