• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/routing/user.php
  • Класс: BitrixVoximplantRoutingUser
  • Вызов: User::__construct
public function __construct($userId, $connectType, $failureRule, $passIfBusy = false)
{
	parent::__construct();
	$this->userId = $userId;
	$this->connectType = $connectType;
	$this->failureRule = $failureRule;
	$this->passIfBusy = $passIfBusy;
}