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

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