• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/apple.php
  • Класс: CSocServApple
  • Вызов: CSocServApple::GetOnClickJs
public function GetOnClickJs($arParams): string
{
	$url = $this->getUrl($arParams);
	$controllerUrl = BitrixMainEngineUrlManager::getInstance()->create('socialservices.authflow.signinapple', [])->getUri();

	return "top.location.href = '{$controllerUrl}&url=" . urlencode(CUtil::JSEscape($url)) . "'";
}