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