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