• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/office365.php
  • Класс: COffice365OAuthInterfaceOld
  • Вызов: COffice365OAuthInterfaceOld::setTenant
public function setTenant($tenant)
{
	$this->tenant = $tenant;
	$this->resource = str_replace("#TENANT#", $this->tenant, static::RESOURCE_TPL);
}