TemplateDependence::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. tasks
  3. TemplateDependence
  4. __construct
  • Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/control/templatedependence.php
  • Класс: BitrixTasksControlTemplateDependence
  • Вызов: TemplateDependence::__construct
public function __construct(int $userId, int $templateId)
{
	$this->userId = $userId;
	$this->templateId = $templateId;
}

Добавить комментарий