• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/templates/createdocumentbycalltemplatescenario.php
  • Класс: BitrixDiskDocumentOnlyOfficeTemplatesCreateDocumentByCallTemplateScenario
  • Вызов: CreateDocumentByCallTemplateScenario::__construct
public function __construct(int $userId, Call $call, string $language)
{
	$this->userId = $userId;
	$this->language = $language;
	$this->call = $call;
}