• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/googleplus.php
  • Класс: CSocServGooglePlusOAuth
  • Вызов: CSocServGooglePlusOAuth::getEntityOAuth
public function getEntityOAuth($code = false)
{
	if(!$this->entityOAuth)
	{
		$this->entityOAuth = new CGooglePlusOAuthInterface();
	}

	return parent::getEntityOAuth($code);
}