• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/countersnotifier.php
  • Класс: CTaskCountersNotifier
  • Вызов: CTaskCountersNotifier::getTasksListLink
static function getTasksListLink($userId)
{
	return (tasksServerName() . str_replace(
		array('#user_id#', '#USER_ID#'),
		array((int)$userId, (int)$userId),
		COption::GetOptionString(
			'tasks',
			'paths_task_user',
			'/company/personal/user/#user_id#/tasks/',	// by default
			SITE_ID
		)
	));
}