• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/systemuser.php
  • Класс: BitrixDiskSystemUser
  • Вызов: SystemUser::init
protected function init()
{
	parent::init();

	$this->lastName = $this->getLastName();
	$this->login = $this->getLogin();
	$this->name = $this->getName();
	$this->secondName = $this->getSecondName();
}