• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Task/Data/TasksToBeDelegated.php
  • Класс: BitrixBizprocTaskDataTasksToBeDelegated
  • Вызов: TasksToBeDelegated::__construct
private function __construct(
	array $taskIds,
	int $fromUserId,
	int $toUserId,
	int $currentUserId
)
{
	$this->taskIds = $taskIds;
	$this->fromUserId = $fromUserId;
	$this->toUserId = $toUserId;
	$this->currentUserId = $currentUserId;
}