• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile.php
  • Класс: BitrixIntranetComponentUserProfile
  • Вызов: UserProfile::printErrors
protected function printErrors()
{
	foreach ($this->errorCollection as $error)
	{
		ShowError($error);
	}
}