• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/control/templatemember.php
  • Класс: BitrixTasksControlTemplateMember
  • Вызов: TemplateMember::__construct
public function __construct(int $userId, int $templateId)
{
	$this->userId = $userId;
	$this->templateId = $templateId;
}