• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/notification/user.php
  • Класс: BitrixTasksInternalsNotificationUser
  • Вызов: User::toArray
public function toArray(): array
{
	return [
		'ID' => $this->getId(),
		'NAME' => $this->getName(),
		'SECOND_NAME' => $this->getSecondName(),
		'LAST_NAME' => $this->getLastName(),
		'GENDER' => $this->getGender(),
		'EXTERNAL_AUTH_ID' => $this->getExternalAuthId()
	];
}