• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile/form.php
  • Класс: BitrixIntranetComponentUserProfileForm
  • Вызов: Form::__construct
function __construct($userId = 0)
{
	$this->userId = $userId;
	$this->userFieldDispatcher = MainUserFieldDispatcher::instance();
}