• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/checklist/task/taskchecklistlog.php
  • Класс: BitrixTasksCheckListTaskTaskCheckListLog
  • Вызов: TaskCheckListLog::__construct
public function __construct($taskId, $userId, $oldCheckList = null, $newCheckList = null)
{
	$this->taskId = (int)$taskId;
	$this->userId = (int)$userId;

	$this->oldCheckList = $oldCheckList;
	$this->newCheckList = $newCheckList;

	$this->log = new CTaskLog();
}