• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/config.php
  • Класс: BitrixImOpenLinesConfig
  • Вызов: Config::__construct
public function __construct($userId = null)
{
	$this->error = new BasicError(null, '', '');
	$this->userId = $userId ?? SecurityHelper::getCurrentUserId();
}