• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile.php
  • Класс: BitrixIntranetComponentUserProfile
  • Вызов: UserProfile::getFormInstance
protected function getFormInstance()
{
	if ($this->form === null)
	{
		$this->form = new BitrixIntranetComponentUserProfileForm($this->getUserId());
	}
	return $this->form;
}