• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/notification/worktimenotificationservice.php
  • Класс: BitrixTimemanServiceWorktimeNotificationWorktimeNotificationService
  • Вызов: WorktimeNotificationService::getUserName
protected function getUserName($userId)
{
	$user = $this->getUser($userId);
	if (!$user)
	{
		return '';
	}
	return $this->userHelper->getFormattedName($user);
}