• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_account.php
  • Класс: CVoxImplantAccount
  • Вызов: CVoxImplantAccount::SetAccountName
public function SetAccountName($name)
{
	if ($this->account_name == $name)
		return true;

	$this->account_name = $name;

	COption::SetOptionString("voximplant", self::ACCOUNT_NAME, $this->account_name);

	return true;
}