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