• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/project/useroption/useroptioncontroller.php
  • Класс: BitrixTasksInternalsProjectUserOptionUserOptionController
  • Вызов: UserOptionController::__construct
private function __construct(int $userId, int $projectId)
{
	$this->userId = $userId;
	$this->projectId = $projectId;
}