• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/openidclient.php
  • Класс: COpenIDClient
  • Вызов: COpenIDClient::SetTrustProviders
public function SetTrustProviders($t)
{
	if (is_array($t))
		$this->_trust_providers = array_filter($t);
}