- Модуль: tasks
- Путь к файлу: ~/bitrix/modules/tasks/lib/replica/taskloghandler.php
- Класс: BitrixTasksReplicaTaskLogHandler
- Вызов: TaskLogHandler::__construct
public function __construct()
{
$this->translation = array(
"ID" => "b_tasks_log.ID",
"TASK_ID" => "b_tasks.ID",
"USER_ID" => "b_user.ID",
"FROM_VALUE" => array($this, "fromValueTranslation"),
"TO_VALUE" => array($this, "toValueTranslation"),
);
}