• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/notification/user.php
  • Класс: BitrixTasksInternalsNotificationUser
  • Вызов: User::toString
public function toString(?string $template = null): string
{
	$nameTemplate = $template ?? CSite::GetNameFormat(false);

	return CUser::FormatName(
		$nameTemplate,
		$this->toArray()
	);
}