• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_account.php
  • Класс: CVoxImplantAccount
  • Вызов: CVoxImplantAccount::SetAccountBetaAccess
public function SetAccountBetaAccess($active = false)
{
	$active = $active? true: false;

	$this->account_beta_access = $active;

	COption::SetOptionString("voximplant", self::ACCOUNT_BETA_ACCESS, $this->account_beta_access);

	return true;
}